Shades of Fog #D6CFE9
Tints of Fog #D6CFE9
RGB
CMYK
RGB Variations
Color information
#D6CFE9 (or 0xD6CFE9) is known color: Fog. HEX triplet: D6, CF and E9. RGB value is (214,207,233). Sum of RGB (Red+Green+Blue) = 214+207+233=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFE9 is #293016. Grayscale: #D3D3D3. Windows color (decimal): -2699287 or 15323094. OLE color: 15323094.
HSL color Cylindrical-coordinate representation of color #D6CFE9: hue angle of 256.15º degrees, saturation: 0.37, 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 #D6CFE9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 207 | 233 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.09 |
| HSL | 256.15º | 0.37% | 0.86% | - |
| HSV(B) | 256.15º | 0.11% | 0.91% | - |
| XYZ | 64.75 | 64.8 | 86.19 | - |
| YUV | 212.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 233 | 0.08 | 0.11 | 0 | 0.09 | 256.15 | 0.37 | 0.86 |
| Hex | D6 | CF | E9 | 8 | B | 0 | 9 | 100 | 25 | 56 |
| Octal | 326 | 317 | 351 | 10 | 13 | 0 | 11 | 400 | 45 | 126 |
| Binary | 11010110 | 11001111 | 11101001 | 1000 | 1011 | 0 | 1001 | 100000000 | 100101 | 1010110 |
Color Harmonies of #D6CFE9
Complementary color
Monochromatic Colors of #D6CFE9
Black with #D6CFE9
Text Example
Text Example
White with #D6CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFE9; }
p { color: rgb(214,207,233); }
H1.HeaderClassName
{
color: #D6CFE9;
}
.AnyTagClassName
{
color: #D6CFE9;
}
</style>
background-color css
<style>
a { background-color: #D6CFE9; }
a { background-color: rgb(214,207,233); }
div.DivClassName
{
background-color: #D6CFE9;
}
.BgClassName
{
background-color: #D6CFE9;
}
</style>
border-color css
<style>
span { border-color: #D6CFE9; }
span { border-color: rgb(214,207,233); }
td.TdClassName
{
border-color: #D6CFE9;
}
.TagClassName
{
border-color: #D6CFE9;
}
</style>