Shades of Fog #D9CFED
Tints of Fog #D9CFED
RGB
CMYK
RGB Variations
Color information
#D9CFED (or 0xD9CFED) is known color: Fog. HEX triplet: D9, CF and ED. RGB value is (217,207,237). Sum of RGB (Red+Green+Blue) = 217+207+237=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFED is #263012. Grayscale: #D5D5D5. Windows color (decimal): -2502675 or 15585241. OLE color: 15585241.
HSL color Cylindrical-coordinate representation of color #D9CFED: hue angle of 260º 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 #D9CFED is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 207 | 237 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 260º | 0.45% | 0.87% | - |
| HSV(B) | 260º | 0.13% | 0.93% | - |
| XYZ | 66.21 | 65.49 | 89.27 | - |
| YUV | 213.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 237 | 0.08 | 0.13 | 0 | 0.07 | 260 | 0.45 | 0.87 |
| Hex | D9 | CF | ED | 8 | D | 0 | 7 | 104 | 2D | 57 |
| Octal | 331 | 317 | 355 | 10 | 15 | 0 | 7 | 404 | 55 | 127 |
| Binary | 11011001 | 11001111 | 11101101 | 1000 | 1101 | 0 | 111 | 100000100 | 101101 | 1010111 |
Color Harmonies of #D9CFED
Complementary color
Monochromatic Colors of #D9CFED
Black with #D9CFED
Text Example
Text Example
White with #D9CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFED; }
p { color: rgb(217,207,237); }
H1.HeaderClassName
{
color: #D9CFED;
}
.AnyTagClassName
{
color: #D9CFED;
}
</style>
background-color css
<style>
a { background-color: #D9CFED; }
a { background-color: rgb(217,207,237); }
div.DivClassName
{
background-color: #D9CFED;
}
.BgClassName
{
background-color: #D9CFED;
}
</style>
border-color css
<style>
span { border-color: #D9CFED; }
span { border-color: rgb(217,207,237); }
td.TdClassName
{
border-color: #D9CFED;
}
.TagClassName
{
border-color: #D9CFED;
}
</style>