Shades of Fog #D0C9DA
Tints of Fog #D0C9DA
RGB
CMYK
RGB Variations
Color information
#D0C9DA (or 0xD0C9DA) is known color: Fog. HEX triplet: D0, C9 and DA. RGB value is (208,201,218). Sum of RGB (Red+Green+Blue) = 208+201+218=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9DA is #2F3625. Grayscale: #CCCCCC. Windows color (decimal): -3094054 or 14338512. OLE color: 14338512.
HSL color Cylindrical-coordinate representation of color #D0C9DA: hue angle of 264.71º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C9DA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 201 | 218 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.15 |
| HSL | 264.71º | 0.19% | 0.82% | - |
| HSV(B) | 264.71º | 0.08% | 0.85% | - |
| XYZ | 59.55 | 60.25 | 74.82 | - |
| YUV | 205.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 218 | 0.05 | 0.08 | 0 | 0.15 | 264.71 | 0.19 | 0.82 |
| Hex | D0 | C9 | DA | 5 | 8 | 0 | F | 109 | 13 | 52 |
| Octal | 320 | 311 | 332 | 5 | 10 | 0 | 17 | 411 | 23 | 122 |
| Binary | 11010000 | 11001001 | 11011010 | 101 | 1000 | 0 | 1111 | 100001001 | 10011 | 1010010 |
Color Harmonies of #D0C9DA
Complementary color
Monochromatic Colors of #D0C9DA
Black with #D0C9DA
Text Example
Text Example
White with #D0C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9DA; }
p { color: rgb(208,201,218); }
H1.HeaderClassName
{
color: #D0C9DA;
}
.AnyTagClassName
{
color: #D0C9DA;
}
</style>
background-color css
<style>
a { background-color: #D0C9DA; }
a { background-color: rgb(208,201,218); }
div.DivClassName
{
background-color: #D0C9DA;
}
.BgClassName
{
background-color: #D0C9DA;
}
</style>
border-color css
<style>
span { border-color: #D0C9DA; }
span { border-color: rgb(208,201,218); }
td.TdClassName
{
border-color: #D0C9DA;
}
.TagClassName
{
border-color: #D0C9DA;
}
</style>