Shades of Fog #D0CCD4
Tints of Fog #D0CCD4
RGB
CMYK
RGB Variations
Color information
#D0CCD4 (or 0xD0CCD4) is known color: Fog. HEX triplet: D0, CC and D4. RGB value is (208,204,212). Sum of RGB (Red+Green+Blue) = 208+204+212=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCD4 is #2F332B. Grayscale: #CECECE. Windows color (decimal): -3093292 or 13946064. OLE color: 13946064.
HSL color Cylindrical-coordinate representation of color #D0CCD4: hue angle of 270º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0CCD4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 208 | 204 | 212 | - |
CMYK | 0.02 | 0.04 | 0 | 0.17 |
HSL | 270º | 0.09% | 0.82% | - |
HSV(B) | 270º | 0.04% | 0.83% | - |
XYZ | 59.49 | 61.35 | 70.99 | - |
YUV | 206.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 212 | 0.02 | 0.04 | 0 | 0.17 | 270 | 0.09 | 0.82 |
Hex | D0 | CC | D4 | 2 | 4 | 0 | 11 | 10E | 9 | 52 |
Octal | 320 | 314 | 324 | 2 | 4 | 0 | 21 | 416 | 11 | 122 |
Binary | 11010000 | 11001100 | 11010100 | 10 | 100 | 0 | 10001 | 100001110 | 1001 | 1010010 |
Color Harmonies of #D0CCD4
Complementary color
Monochromatic Colors of #D0CCD4
Black with #D0CCD4
Text Example
Text Example
White with #D0CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCD4; }
p { color: rgb(208,204,212); }
H1.HeaderClassName
{
color: #D0CCD4;
}
.AnyTagClassName
{
color: #D0CCD4;
}
</style>
background-color css
<style>
a { background-color: #D0CCD4; }
a { background-color: rgb(208,204,212); }
div.DivClassName
{
background-color: #D0CCD4;
}
.BgClassName
{
background-color: #D0CCD4;
}
</style>
border-color css
<style>
span { border-color: #D0CCD4; }
span { border-color: rgb(208,204,212); }
td.TdClassName
{
border-color: #D0CCD4;
}
.TagClassName
{
border-color: #D0CCD4;
}
</style>