Shades of Fog #D9CFE6
Tints of Fog #D9CFE6
RGB
CMYK
RGB Variations
Color information
#D9CFE6 (or 0xD9CFE6) is known color: Fog. HEX triplet: D9, CF and E6. RGB value is (217,207,230). Sum of RGB (Red+Green+Blue) = 217+207+230=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFE6 is #263019. Grayscale: #D4D4D4. Windows color (decimal): -2502682 or 15126489. OLE color: 15126489.
HSL color Cylindrical-coordinate representation of color #D9CFE6: hue angle of 266.09º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CFE6 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 207 | 230 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.10 |
| HSL | 266.09º | 0.32% | 0.86% | - |
| HSV(B) | 266.09º | 0.1% | 0.9% | - |
| XYZ | 65.21 | 65.09 | 83.99 | - |
| YUV | 212.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 230 | 0.06 | 0.10 | 0 | 0.10 | 266.09 | 0.32 | 0.86 |
| Hex | D9 | CF | E6 | 6 | A | 0 | A | 10A | 20 | 56 |
| Octal | 331 | 317 | 346 | 6 | 12 | 0 | 12 | 412 | 40 | 126 |
| Binary | 11011001 | 11001111 | 11100110 | 110 | 1010 | 0 | 1010 | 100001010 | 100000 | 1010110 |
Color Harmonies of #D9CFE6
Complementary color
Monochromatic Colors of #D9CFE6
Black with #D9CFE6
Text Example
Text Example
White with #D9CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFE6; }
p { color: rgb(217,207,230); }
H1.HeaderClassName
{
color: #D9CFE6;
}
.AnyTagClassName
{
color: #D9CFE6;
}
</style>
background-color css
<style>
a { background-color: #D9CFE6; }
a { background-color: rgb(217,207,230); }
div.DivClassName
{
background-color: #D9CFE6;
}
.BgClassName
{
background-color: #D9CFE6;
}
</style>
border-color css
<style>
span { border-color: #D9CFE6; }
span { border-color: rgb(217,207,230); }
td.TdClassName
{
border-color: #D9CFE6;
}
.TagClassName
{
border-color: #D9CFE6;
}
</style>