Shades of Mystic #D0DDD4
Tints of Mystic #D0DDD4
RGB
CMYK
RGB Variations
Color information
#D0DDD4 (or 0xD0DDD4) is known color: Mystic. HEX triplet: D0, DD and D4. RGB value is (208,221,212). Sum of RGB (Red+Green+Blue) = 208+221+212=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDD4 is #2F222B. Grayscale: #D8D8D8. Windows color (decimal): -3088940 or 13950416. OLE color: 13950416.
HSL color Cylindrical-coordinate representation of color #D0DDD4: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DDD4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 212 | - |
CMYK | 0.06 | 0 | 0.04 | 0.13 |
HSL | 138.46º | 0.16% | 0.84% | - |
HSV(B) | 138.46º | 0.06% | 0.87% | - |
XYZ | 63.75 | 69.88 | 72.41 | - |
YUV | 216.09 | 125.69 | 122.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 212 | 0.06 | 0 | 0.04 | 0.13 | 138.46 | 0.16 | 0.84 |
Hex | D0 | DD | D4 | 6 | 0 | 4 | D | 8A | 10 | 54 |
Octal | 320 | 335 | 324 | 6 | 0 | 4 | 15 | 212 | 20 | 124 |
Binary | 11010000 | 11011101 | 11010100 | 110 | 0 | 100 | 1101 | 10001010 | 10000 | 1010100 |
Color Harmonies of #D0DDD4
Complementary color
Monochromatic Colors of #D0DDD4
Black with #D0DDD4
Text Example
Text Example
White with #D0DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDD4; }
p { color: rgb(208,221,212); }
H1.HeaderClassName
{
color: #D0DDD4;
}
.AnyTagClassName
{
color: #D0DDD4;
}
</style>
background-color css
<style>
a { background-color: #D0DDD4; }
a { background-color: rgb(208,221,212); }
div.DivClassName
{
background-color: #D0DDD4;
}
.BgClassName
{
background-color: #D0DDD4;
}
</style>
border-color css
<style>
span { border-color: #D0DDD4; }
span { border-color: rgb(208,221,212); }
td.TdClassName
{
border-color: #D0DDD4;
}
.TagClassName
{
border-color: #D0DDD4;
}
</style>