Shades of Mystic #D6E5DD
Tints of Mystic #D6E5DD
RGB
CMYK
RGB Variations
Color information
#D6E5DD (or 0xD6E5DD) is known color: Mystic. HEX triplet: D6, E5 and DD. RGB value is (214,229,221). Sum of RGB (Red+Green+Blue) = 214+229+221=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5DD is #291A22. Grayscale: #DFDFDF. Windows color (decimal): -2693667 or 14542294. OLE color: 14542294.
HSL color Cylindrical-coordinate representation of color #D6E5DD: hue angle of 148º degrees, saturation: 0.22, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E5DD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 214 | 229 | 221 | - |
CMYK | 0.07 | 0 | 0.03 | 0.10 |
HSL | 148º | 0.22% | 0.87% | - |
HSV(B) | 148º | 0.07% | 0.9% | - |
XYZ | 68.8 | 75.56 | 79.36 | - |
YUV | 223.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 229 | 221 | 0.07 | 0 | 0.03 | 0.10 | 148 | 0.22 | 0.87 |
Hex | D6 | E5 | DD | 7 | 0 | 3 | A | 94 | 16 | 57 |
Octal | 326 | 345 | 335 | 7 | 0 | 3 | 12 | 224 | 26 | 127 |
Binary | 11010110 | 11100101 | 11011101 | 111 | 0 | 11 | 1010 | 10010100 | 10110 | 1010111 |
Color Harmonies of #D6E5DD
Complementary color
Monochromatic Colors of #D6E5DD
Black with #D6E5DD
Text Example
Text Example
White with #D6E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5DD; }
p { color: rgb(214,229,221); }
H1.HeaderClassName
{
color: #D6E5DD;
}
.AnyTagClassName
{
color: #D6E5DD;
}
</style>
background-color css
<style>
a { background-color: #D6E5DD; }
a { background-color: rgb(214,229,221); }
div.DivClassName
{
background-color: #D6E5DD;
}
.BgClassName
{
background-color: #D6E5DD;
}
</style>
border-color css
<style>
span { border-color: #D6E5DD; }
span { border-color: rgb(214,229,221); }
td.TdClassName
{
border-color: #D6E5DD;
}
.TagClassName
{
border-color: #D6E5DD;
}
</style>