Shades of Fog #D6CEE8
Tints of Fog #D6CEE8
RGB
CMYK
RGB Variations
Color information
#D6CEE8 (or 0xD6CEE8) is known color: Fog. HEX triplet: D6, CE and E8. RGB value is (214,206,232). Sum of RGB (Red+Green+Blue) = 214+206+232=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEE8 is #293117. Grayscale: #D3D3D3. Windows color (decimal): -2699544 or 15257302. OLE color: 15257302.
HSL color Cylindrical-coordinate representation of color #D6CEE8: hue angle of 258.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CEE8 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 206 | 232 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.09 |
| HSL | 258.46º | 0.36% | 0.86% | - |
| HSV(B) | 258.46º | 0.11% | 0.91% | - |
| XYZ | 64.37 | 64.26 | 85.36 | - |
| YUV | 211.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 232 | 0.08 | 0.11 | 0 | 0.09 | 258.46 | 0.36 | 0.86 |
| Hex | D6 | CE | E8 | 8 | B | 0 | 9 | 102 | 24 | 56 |
| Octal | 326 | 316 | 350 | 10 | 13 | 0 | 11 | 402 | 44 | 126 |
| Binary | 11010110 | 11001110 | 11101000 | 1000 | 1011 | 0 | 1001 | 100000010 | 100100 | 1010110 |
Color Harmonies of #D6CEE8
Complementary color
Monochromatic Colors of #D6CEE8
Black with #D6CEE8
Text Example
Text Example
White with #D6CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEE8; }
p { color: rgb(214,206,232); }
H1.HeaderClassName
{
color: #D6CEE8;
}
.AnyTagClassName
{
color: #D6CEE8;
}
</style>
background-color css
<style>
a { background-color: #D6CEE8; }
a { background-color: rgb(214,206,232); }
div.DivClassName
{
background-color: #D6CEE8;
}
.BgClassName
{
background-color: #D6CEE8;
}
</style>
border-color css
<style>
span { border-color: #D6CEE8; }
span { border-color: rgb(214,206,232); }
td.TdClassName
{
border-color: #D6CEE8;
}
.TagClassName
{
border-color: #D6CEE8;
}
</style>