#D8BCF2

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

Shades of Fog #D8BCF2

Tints of Fog #D8BCF2

Color information

#D8BCF2 (or 0xD8BCF2) is unknown color: approx Fog. HEX triplet: D8, BC and F2. RGB value is (216,188,242). Sum of RGB (Red+Green+Blue) = 216+188+242=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCF2 is #27430D. Grayscale: #CACACA. Windows color (decimal): -2573070 or 15908056. OLE color: 15908056.

HSL color Cylindrical-coordinate representation of color #D8BCF2: hue angle of 271.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BCF2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216188242-
CMYK0.110.2200.05
HSL271.11º67.5%84.31%-
HSV(B)271.11º22.31%94.9%-
XYZ62.3356.9891.72-
YUV202.53150.28137.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=33.44%
G=29.10%
B=37.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161882420.110.2200.05271.1167.584.31
HexD8BCF2B160510f4454
Octal330274362132605417104124
Binary110110001011110011110010101110110010110000111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCF2; }

 p { color: rgb(216,188,242); }

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

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

 a { background-color: rgb(216,188,242); }

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

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

 span { border-color: rgb(216,188,242); }

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