Shades of Fog #D0CCD9
Tints of Fog #D0CCD9
RGB
CMYK
RGB Variations
Color information
#D0CCD9 (or 0xD0CCD9) is known color: Fog. HEX triplet: D0, CC and D9. RGB value is (208,204,217). Sum of RGB (Red+Green+Blue) = 208+204+217=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD9 is #2F3326. Grayscale: #CECECE. Windows color (decimal): -3093287 or 14273744. OLE color: 14273744.
HSL color Cylindrical-coordinate representation of color #D0CCD9: hue angle of 258.46º degrees, saturation: 0.15, 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 #D0CCD9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 204 | 217 | - |
CMYK | 0.04 | 0.06 | 0 | 0.15 |
HSL | 258.46º | 0.15% | 0.83% | - |
HSV(B) | 258.46º | 0.06% | 0.85% | - |
XYZ | 60.13 | 61.61 | 74.37 | - |
YUV | 206.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 217 | 0.04 | 0.06 | 0 | 0.15 | 258.46 | 0.15 | 0.83 |
Hex | D0 | CC | D9 | 4 | 6 | 0 | F | 102 | F | 53 |
Octal | 320 | 314 | 331 | 4 | 6 | 0 | 17 | 402 | 17 | 123 |
Binary | 11010000 | 11001100 | 11011001 | 100 | 110 | 0 | 1111 | 100000010 | 1111 | 1010011 |
Color Harmonies of #D0CCD9
Complementary color
Monochromatic Colors of #D0CCD9
Black with #D0CCD9
Text Example
Text Example
White with #D0CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD9; }
p { color: rgb(208,204,217); }
H1.HeaderClassName
{
color: #D0CCD9;
}
.AnyTagClassName
{
color: #D0CCD9;
}
</style>
background-color css
<style>
a { background-color: #D0CCD9; }
a { background-color: rgb(208,204,217); }
div.DivClassName
{
background-color: #D0CCD9;
}
.BgClassName
{
background-color: #D0CCD9;
}
</style>
border-color css
<style>
span { border-color: #D0CCD9; }
span { border-color: rgb(208,204,217); }
td.TdClassName
{
border-color: #D0CCD9;
}
.TagClassName
{
border-color: #D0CCD9;
}
</style>