Shades of Fog #D6CBEA
Tints of Fog #D6CBEA
RGB
CMYK
RGB Variations
Color information
#D6CBEA (or 0xD6CBEA) is known color: 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
| RGB | 214 | 203 | 234 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.08 |
| HSL | 261.29º | 0.42% | 0.86% | - |
| HSV(B) | 261.29º | 0.13% | 0.92% | - |
| XYZ | 63.94 | 62.95 | 86.62 | - |
| YUV | 209.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 234 | 0.09 | 0.13 | 0 | 0.08 | 261.29 | 0.42 | 0.86 |
| Hex | D6 | CB | EA | 9 | D | 0 | 8 | 105 | 2A | 56 |
| Octal | 326 | 313 | 352 | 11 | 15 | 0 | 10 | 405 | 52 | 126 |
| Binary | 11010110 | 11001011 | 11101010 | 1001 | 1101 | 0 | 1000 | 100000101 | 101010 | 1010110 |
Color Harmonies of #D6CBEA
Complementary color
Monochromatic Colors of #D6CBEA
Black with #D6CBEA
Text Example
Text Example
White with #D6CBEA
Text Example
Text Example
HTML Codes & Css Web 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>