Shades of Fog #D0CCDA
Tints of Fog #D0CCDA
RGB
CMYK
RGB Variations
Color information
#D0CCDA (or 0xD0CCDA) is known color: Fog. HEX triplet: D0, CC and DA. RGB value is (208,204,218). Sum of RGB (Red+Green+Blue) = 208+204+218=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCDA is #2F3325. Grayscale: #CECECE. Windows color (decimal): -3093286 or 14339280. OLE color: 14339280.
HSL color Cylindrical-coordinate representation of color #D0CCDA: hue angle of 257.14º degrees, saturation: 0.16, 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 #D0CCDA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 204 | 218 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 257.14º | 0.16% | 0.83% | - |
HSV(B) | 257.14º | 0.06% | 0.85% | - |
XYZ | 60.26 | 61.66 | 75.05 | - |
YUV | 206.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 218 | 0.05 | 0.06 | 0 | 0.15 | 257.14 | 0.16 | 0.83 |
Hex | D0 | CC | DA | 5 | 6 | 0 | F | 101 | 10 | 53 |
Octal | 320 | 314 | 332 | 5 | 6 | 0 | 17 | 401 | 20 | 123 |
Binary | 11010000 | 11001100 | 11011010 | 101 | 110 | 0 | 1111 | 100000001 | 10000 | 1010011 |
Color Harmonies of #D0CCDA
Complementary color
Monochromatic Colors of #D0CCDA
Black with #D0CCDA
Text Example
Text Example
White with #D0CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCDA; }
p { color: rgb(208,204,218); }
H1.HeaderClassName
{
color: #D0CCDA;
}
.AnyTagClassName
{
color: #D0CCDA;
}
</style>
background-color css
<style>
a { background-color: #D0CCDA; }
a { background-color: rgb(208,204,218); }
div.DivClassName
{
background-color: #D0CCDA;
}
.BgClassName
{
background-color: #D0CCDA;
}
</style>
border-color css
<style>
span { border-color: #D0CCDA; }
span { border-color: rgb(208,204,218); }
td.TdClassName
{
border-color: #D0CCDA;
}
.TagClassName
{
border-color: #D0CCDA;
}
</style>