Shades of Fog #D6CEE7
Tints of Fog #D6CEE7
RGB
CMYK
RGB Variations
Color information
#D6CEE7 (or 0xD6CEE7) is known color: Fog. HEX triplet: D6, CE and E7. RGB value is (214,206,231). Sum of RGB (Red+Green+Blue) = 214+206+231=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEE7 is #293118. Grayscale: #D3D3D3. Windows color (decimal): -2699545 or 15191766. OLE color: 15191766.
HSL color Cylindrical-coordinate representation of color #D6CEE7: hue angle of 259.2º degrees, saturation: 0.34, 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 #D6CEE7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 206 | 231 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.09 |
| HSL | 259.2º | 0.34% | 0.86% | - |
| HSV(B) | 259.2º | 0.11% | 0.91% | - |
| XYZ | 64.23 | 64.21 | 84.61 | - |
| YUV | 211.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 231 | 0.07 | 0.11 | 0 | 0.09 | 259.2 | 0.34 | 0.86 |
| Hex | D6 | CE | E7 | 7 | B | 0 | 9 | 103 | 22 | 56 |
| Octal | 326 | 316 | 347 | 7 | 13 | 0 | 11 | 403 | 42 | 126 |
| Binary | 11010110 | 11001110 | 11100111 | 111 | 1011 | 0 | 1001 | 100000011 | 100010 | 1010110 |
Color Harmonies of #D6CEE7
Complementary color
Monochromatic Colors of #D6CEE7
Black with #D6CEE7
Text Example
Text Example
White with #D6CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEE7; }
p { color: rgb(214,206,231); }
H1.HeaderClassName
{
color: #D6CEE7;
}
.AnyTagClassName
{
color: #D6CEE7;
}
</style>
background-color css
<style>
a { background-color: #D6CEE7; }
a { background-color: rgb(214,206,231); }
div.DivClassName
{
background-color: #D6CEE7;
}
.BgClassName
{
background-color: #D6CEE7;
}
</style>
border-color css
<style>
span { border-color: #D6CEE7; }
span { border-color: rgb(214,206,231); }
td.TdClassName
{
border-color: #D6CEE7;
}
.TagClassName
{
border-color: #D6CEE7;
}
</style>