Shades of Fog #D0C9EF
Tints of Fog #D0C9EF
RGB
CMYK
RGB Variations
Color information
#D0C9EF (or 0xD0C9EF) is known color: Fog. HEX triplet: D0, C9 and EF. RGB value is (208,201,239). Sum of RGB (Red+Green+Blue) = 208+201+239=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9EF is #2F3610. Grayscale: #CFCFCF. Windows color (decimal): -3094033 or 15714768. OLE color: 15714768.
HSL color Cylindrical-coordinate representation of color #D0C9EF: hue angle of 251.05º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0C9EF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 201 | 239 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.06 |
| HSL | 251.05º | 0.54% | 0.86% | - |
| HSV(B) | 251.05º | 0.16% | 0.94% | - |
| XYZ | 62.48 | 61.42 | 90.22 | - |
| YUV | 207.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 239 | 0.13 | 0.16 | 0 | 0.06 | 251.05 | 0.54 | 0.86 |
| Hex | D0 | C9 | EF | D | 10 | 0 | 6 | FB | 36 | 56 |
| Octal | 320 | 311 | 357 | 15 | 20 | 0 | 6 | 373 | 66 | 126 |
| Binary | 11010000 | 11001001 | 11101111 | 1101 | 10000 | 0 | 110 | 11111011 | 110110 | 1010110 |
Color Harmonies of #D0C9EF
Complementary color
Monochromatic Colors of #D0C9EF
Black with #D0C9EF
Text Example
Text Example
White with #D0C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9EF; }
p { color: rgb(208,201,239); }
H1.HeaderClassName
{
color: #D0C9EF;
}
.AnyTagClassName
{
color: #D0C9EF;
}
</style>
background-color css
<style>
a { background-color: #D0C9EF; }
a { background-color: rgb(208,201,239); }
div.DivClassName
{
background-color: #D0C9EF;
}
.BgClassName
{
background-color: #D0C9EF;
}
</style>
border-color css
<style>
span { border-color: #D0C9EF; }
span { border-color: rgb(208,201,239); }
td.TdClassName
{
border-color: #D0C9EF;
}
.TagClassName
{
border-color: #D0C9EF;
}
</style>