Shades of Fog #D8CFEF
Tints of Fog #D8CFEF
RGB
CMYK
RGB Variations
Color information
#D8CFEF (or 0xD8CFEF) is known color: Fog. HEX triplet: D8, CF and EF. RGB value is (216,207,239). Sum of RGB (Red+Green+Blue) = 216+207+239=662 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.63% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFEF is #273010. Grayscale: #D5D5D5. Windows color (decimal): -2568209 or 15716312. OLE color: 15716312.
HSL color Cylindrical-coordinate representation of color #D8CFEF: hue angle of 256.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CFEF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 207 | 239 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.06 |
| HSL | 256.88º | 0.5% | 0.87% | - |
| HSV(B) | 256.88º | 0.13% | 0.94% | - |
| XYZ | 66.21 | 65.46 | 90.81 | - |
| YUV | 213.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 239 | 0.10 | 0.13 | 0 | 0.06 | 256.88 | 0.5 | 0.87 |
| Hex | D8 | CF | EF | A | D | 0 | 6 | 101 | 32 | 57 |
| Octal | 330 | 317 | 357 | 12 | 15 | 0 | 6 | 401 | 62 | 127 |
| Binary | 11011000 | 11001111 | 11101111 | 1010 | 1101 | 0 | 110 | 100000001 | 110010 | 1010111 |
Color Harmonies of #D8CFEF
Complementary color
Monochromatic Colors of #D8CFEF
Black with #D8CFEF
Text Example
Text Example
White with #D8CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFEF; }
p { color: rgb(216,207,239); }
H1.HeaderClassName
{
color: #D8CFEF;
}
.AnyTagClassName
{
color: #D8CFEF;
}
</style>
background-color css
<style>
a { background-color: #D8CFEF; }
a { background-color: rgb(216,207,239); }
div.DivClassName
{
background-color: #D8CFEF;
}
.BgClassName
{
background-color: #D8CFEF;
}
</style>
border-color css
<style>
span { border-color: #D8CFEF; }
span { border-color: rgb(216,207,239); }
td.TdClassName
{
border-color: #D8CFEF;
}
.TagClassName
{
border-color: #D8CFEF;
}
</style>