Shades of Fog #D8CFE6
Tints of Fog #D8CFE6
RGB
CMYK
RGB Variations
Color information
#D8CFE6 (or 0xD8CFE6) is known color: Fog. HEX triplet: D8, CF and E6. RGB value is (216,207,230). Sum of RGB (Red+Green+Blue) = 216+207+230=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #D8CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFE6 is #273019. Grayscale: #D4D4D4. Windows color (decimal): -2568218 or 15126488. OLE color: 15126488.
HSL color Cylindrical-coordinate representation of color #D8CFE6: hue angle of 263.48º 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 #D8CFE6 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 207 | 230 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.10 |
| HSL | 263.48º | 0.32% | 0.86% | - |
| HSV(B) | 263.48º | 0.1% | 0.9% | - |
| XYZ | 64.91 | 64.94 | 83.98 | - |
| YUV | 212.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 230 | 0.06 | 0.10 | 0 | 0.10 | 263.48 | 0.32 | 0.86 |
| Hex | D8 | CF | E6 | 6 | A | 0 | A | 107 | 20 | 56 |
| Octal | 330 | 317 | 346 | 6 | 12 | 0 | 12 | 407 | 40 | 126 |
| Binary | 11011000 | 11001111 | 11100110 | 110 | 1010 | 0 | 1010 | 100000111 | 100000 | 1010110 |
Color Harmonies of #D8CFE6
Complementary color
Monochromatic Colors of #D8CFE6
Black with #D8CFE6
Text Example
Text Example
White with #D8CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFE6; }
p { color: rgb(216,207,230); }
H1.HeaderClassName
{
color: #D8CFE6;
}
.AnyTagClassName
{
color: #D8CFE6;
}
</style>
background-color css
<style>
a { background-color: #D8CFE6; }
a { background-color: rgb(216,207,230); }
div.DivClassName
{
background-color: #D8CFE6;
}
.BgClassName
{
background-color: #D8CFE6;
}
</style>
border-color css
<style>
span { border-color: #D8CFE6; }
span { border-color: rgb(216,207,230); }
td.TdClassName
{
border-color: #D8CFE6;
}
.TagClassName
{
border-color: #D8CFE6;
}
</style>