#d3b8f6

Color #D3B8F6 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #D3B8F6

Tints of Fog #D3B8F6

Color information

#D3B8F6 (or 0xD3B8F6) is unknown color: approx Fog. HEX triplet: D3, B8 and F6. RGB value is (211,184,246). Sum of RGB (Red+Green+Blue) = 211+184+246=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B8F6 is #2C4709. Grayscale: #C6C6C6. Windows color (decimal): -2901770 or 16169171. OLE color: 16169171.

HSL color Cylindrical-coordinate representation of color #D3B8F6: hue angle of 266.13º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3B8F6 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211184246-
CMYK0.140.2500.04
HSL266.13º77.5%84.31%-
HSV(B)266.13º25.2%96.47%-
XYZ60.6454.7894.57-
YUV199.14154.45136.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 184 (72.27% from 255) = 28.71%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=32.92%
G=28.71%
B=38.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111842460.140.2500.04266.1377.584.31
HexD3B8F6E190410a4e54
Octal323270366163104412116124
Binary110100111011100011110110111011001010010000101010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3b8f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3b8f6; }

 p { color: rgb(211,184,246); }

 H1.HeaderClassName
 {
   color: #d3b8f6;
 }
 .AnyTagClassName
 {
   color: #d3b8f6;
 }
</style>
background-color css

<style>
 a { background-color: #d3b8f6; }

 a { background-color: rgb(211,184,246); }

 div.DivClassName
 {
   background-color: #d3b8f6;
 }
 .BgClassName
 {
   background-color: #d3b8f6;
 }
</style>
border-color css

<style>
 span { border-color: #d3b8f6; }

 span { border-color: rgb(211,184,246); }

 td.TdClassName
 {
   border-color: #d3b8f6;
 }
 .TagClassName
 {
   border-color: #d3b8f6;
 }
</style>