#D6CBE9

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

Shades of Fog #D6CBE9

Tints of Fog #D6CBE9

Color information

#D6CBE9 (or 0xD6CBE9) is unknown color: approx Fog. HEX triplet: D6, CB and E9. RGB value is (214,203,233). Sum of RGB (Red+Green+Blue) = 214+203+233=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBE9 is #293416. Grayscale: #D1D1D1. Windows color (decimal): -2700311 or 15322070. OLE color: 15322070.

HSL color Cylindrical-coordinate representation of color #D6CBE9: hue angle of 262º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CBE9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214203233-
CMYK0.080.1300.09
HSL262º40.54%85.49%-
HSV(B)262º12.88%91.37%-
XYZ63.862.8985.87-
YUV209.71141.14131.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=32.92%
G=31.23%
B=35.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142032330.080.1300.0926240.5485.49
HexD6CBE98D091062955
Octal326313351101501140651125
Binary11010110110010111110100110001101010011000001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBE9; }

 p { color: rgb(214,203,233); }

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

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

 a { background-color: rgb(214,203,233); }

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

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

 span { border-color: rgb(214,203,233); }

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