Shades of Fog #D0CDD9
Tints of Fog #D0CDD9
RGB
CMYK
RGB Variations
Color information
#D0CDD9 (or 0xD0CDD9) is known color: Fog. HEX triplet: D0, CD and D9. RGB value is (208,205,217). Sum of RGB (Red+Green+Blue) = 208+205+217=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDD9 is #2F3226. Grayscale: #CFCFCF. Windows color (decimal): -3093031 or 14274000. OLE color: 14274000.
HSL color Cylindrical-coordinate representation of color #D0CDD9: hue angle of 255º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CDD9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 205 | 217 | - |
CMYK | 0.04 | 0.06 | 0 | 0.15 |
HSL | 255º | 0.14% | 0.83% | - |
HSV(B) | 255º | 0.06% | 0.85% | - |
XYZ | 60.37 | 62.08 | 74.45 | - |
YUV | 207.27 | 133.49 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 217 | 0.04 | 0.06 | 0 | 0.15 | 255 | 0.14 | 0.83 |
Hex | D0 | CD | D9 | 4 | 6 | 0 | F | FF | E | 53 |
Octal | 320 | 315 | 331 | 4 | 6 | 0 | 17 | 377 | 16 | 123 |
Binary | 11010000 | 11001101 | 11011001 | 100 | 110 | 0 | 1111 | 11111111 | 1110 | 1010011 |
Color Harmonies of #D0CDD9
Complementary color
Monochromatic Colors of #D0CDD9
Black with #D0CDD9
Text Example
Text Example
White with #D0CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDD9; }
p { color: rgb(208,205,217); }
H1.HeaderClassName
{
color: #D0CDD9;
}
.AnyTagClassName
{
color: #D0CDD9;
}
</style>
background-color css
<style>
a { background-color: #D0CDD9; }
a { background-color: rgb(208,205,217); }
div.DivClassName
{
background-color: #D0CDD9;
}
.BgClassName
{
background-color: #D0CDD9;
}
</style>
border-color css
<style>
span { border-color: #D0CDD9; }
span { border-color: rgb(208,205,217); }
td.TdClassName
{
border-color: #D0CDD9;
}
.TagClassName
{
border-color: #D0CDD9;
}
</style>