Shades of Fog #D0CCD5
Tints of Fog #D0CCD5
RGB
CMYK
RGB Variations
Color information
#D0CCD5 (or 0xD0CCD5) is known color: Fog. HEX triplet: D0, CC and D5. RGB value is (208,204,213). Sum of RGB (Red+Green+Blue) = 208+204+213=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD5 is #2F332A. Grayscale: #CECECE. Windows color (decimal): -3093291 or 14011600. OLE color: 14011600.
HSL color Cylindrical-coordinate representation of color #D0CCD5: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0CCD5 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 204 | 213 | - |
CMYK | 0.02 | 0.04 | 0 | 0.16 |
HSL | 266.67º | 0.1% | 0.82% | - |
HSV(B) | 266.67º | 0.04% | 0.84% | - |
XYZ | 59.62 | 61.4 | 71.66 | - |
YUV | 206.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 213 | 0.02 | 0.04 | 0 | 0.16 | 266.67 | 0.1 | 0.82 |
Hex | D0 | CC | D5 | 2 | 4 | 0 | 10 | 10B | A | 52 |
Octal | 320 | 314 | 325 | 2 | 4 | 0 | 20 | 413 | 12 | 122 |
Binary | 11010000 | 11001100 | 11010101 | 10 | 100 | 0 | 10000 | 100001011 | 1010 | 1010010 |
Color Harmonies of #D0CCD5
Complementary color
Monochromatic Colors of #D0CCD5
Black with #D0CCD5
Text Example
Text Example
White with #D0CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD5; }
p { color: rgb(208,204,213); }
H1.HeaderClassName
{
color: #D0CCD5;
}
.AnyTagClassName
{
color: #D0CCD5;
}
</style>
background-color css
<style>
a { background-color: #D0CCD5; }
a { background-color: rgb(208,204,213); }
div.DivClassName
{
background-color: #D0CCD5;
}
.BgClassName
{
background-color: #D0CCD5;
}
</style>
border-color css
<style>
span { border-color: #D0CCD5; }
span { border-color: rgb(208,204,213); }
td.TdClassName
{
border-color: #D0CCD5;
}
.TagClassName
{
border-color: #D0CCD5;
}
</style>