#D6CBEA

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

Shades of Fog #D6CBEA

Tints of Fog #D6CBEA

Color information

#D6CBEA (or 0xD6CBEA) is unknown color: approx Fog. HEX triplet: D6, CB and EA. RGB value is (214,203,234). Sum of RGB (Red+Green+Blue) = 214+203+234=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBEA is #293415. Grayscale: #D1D1D1. Windows color (decimal): -2700310 or 15387606. OLE color: 15387606.

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

Color convert

RGB214203234-
CMYK0.090.1300.08
HSL261.29º42.47%85.69%-
HSV(B)261.29º13.25%91.76%-
XYZ63.9462.9586.62-
YUV209.82141.64130.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=32.87%
G=31.18%
B=35.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142032340.090.1300.08261.2942.4785.69
HexD6CBEA9D081052a56
Octal326313352111501040552126
Binary11010110110010111110101010011101010001000001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBEA; }

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

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

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

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

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

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

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

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