Shades of Fog #D8CFED
Tints of Fog #D8CFED
RGB
CMYK
RGB Variations
Color information
#D8CFED (or 0xD8CFED) is known color: Fog. HEX triplet: D8, CF and ED. RGB value is (216,207,237). Sum of RGB (Red+Green+Blue) = 216+207+237=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFED is #273012. Grayscale: #D5D5D5. Windows color (decimal): -2568211 or 15585240. OLE color: 15585240.
HSL color Cylindrical-coordinate representation of color #D8CFED: hue angle of 258º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CFED is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 207 | 237 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.07 |
| HSL | 258º | 0.45% | 0.87% | - |
| HSV(B) | 258º | 0.13% | 0.93% | - |
| XYZ | 65.92 | 65.34 | 89.26 | - |
| YUV | 213.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 237 | 0.09 | 0.13 | 0 | 0.07 | 258 | 0.45 | 0.87 |
| Hex | D8 | CF | ED | 9 | D | 0 | 7 | 102 | 2D | 57 |
| Octal | 330 | 317 | 355 | 11 | 15 | 0 | 7 | 402 | 55 | 127 |
| Binary | 11011000 | 11001111 | 11101101 | 1001 | 1101 | 0 | 111 | 100000010 | 101101 | 1010111 |
Color Harmonies of #D8CFED
Complementary color
Monochromatic Colors of #D8CFED
Black with #D8CFED
Text Example
Text Example
White with #D8CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFED; }
p { color: rgb(216,207,237); }
H1.HeaderClassName
{
color: #D8CFED;
}
.AnyTagClassName
{
color: #D8CFED;
}
</style>
background-color css
<style>
a { background-color: #D8CFED; }
a { background-color: rgb(216,207,237); }
div.DivClassName
{
background-color: #D8CFED;
}
.BgClassName
{
background-color: #D8CFED;
}
</style>
border-color css
<style>
span { border-color: #D8CFED; }
span { border-color: rgb(216,207,237); }
td.TdClassName
{
border-color: #D8CFED;
}
.TagClassName
{
border-color: #D8CFED;
}
</style>