Shades of Fog #D0CDD6
Tints of Fog #D0CDD6
RGB
CMYK
RGB Variations
Color information
#D0CDD6 (or 0xD0CDD6) is known color: Fog. HEX triplet: D0, CD and D6. RGB value is (208,205,214). Sum of RGB (Red+Green+Blue) = 208+205+214=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #D0CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDD6 is #2F3229. Grayscale: #CECECE. Windows color (decimal): -3093034 or 14077392. OLE color: 14077392.
HSL color Cylindrical-coordinate representation of color #D0CDD6: hue angle of 260º 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 #D0CDD6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 205 | 214 | - |
CMYK | 0.03 | 0.04 | 0 | 0.16 |
HSL | 260º | 0.1% | 0.82% | - |
HSV(B) | 260º | 0.04% | 0.84% | - |
XYZ | 59.98 | 61.93 | 72.41 | - |
YUV | 206.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 214 | 0.03 | 0.04 | 0 | 0.16 | 260 | 0.1 | 0.82 |
Hex | D0 | CD | D6 | 3 | 4 | 0 | 10 | 104 | A | 52 |
Octal | 320 | 315 | 326 | 3 | 4 | 0 | 20 | 404 | 12 | 122 |
Binary | 11010000 | 11001101 | 11010110 | 11 | 100 | 0 | 10000 | 100000100 | 1010 | 1010010 |
Color Harmonies of #D0CDD6
Complementary color
Monochromatic Colors of #D0CDD6
Black with #D0CDD6
Text Example
Text Example
White with #D0CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDD6; }
p { color: rgb(208,205,214); }
H1.HeaderClassName
{
color: #D0CDD6;
}
.AnyTagClassName
{
color: #D0CDD6;
}
</style>
background-color css
<style>
a { background-color: #D0CDD6; }
a { background-color: rgb(208,205,214); }
div.DivClassName
{
background-color: #D0CDD6;
}
.BgClassName
{
background-color: #D0CDD6;
}
</style>
border-color css
<style>
span { border-color: #D0CDD6; }
span { border-color: rgb(208,205,214); }
td.TdClassName
{
border-color: #D0CDD6;
}
.TagClassName
{
border-color: #D0CDD6;
}
</style>