Shades of Mystic #D5E4DB
Tints of Mystic #D5E4DB
RGB
CMYK
RGB Variations
Color information
#D5E4DB (or 0xD5E4DB) is known color: Mystic. HEX triplet: D5, E4 and DB. RGB value is (213,228,219). Sum of RGB (Red+Green+Blue) = 213+228+219=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4DB is #2A1B24. Grayscale: #DEDEDE. Windows color (decimal): -2759461 or 14410965. OLE color: 14410965.
HSL color Cylindrical-coordinate representation of color #D5E4DB: hue angle of 144º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5E4DB is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 219 | - |
CMYK | 0.07 | 0 | 0.04 | 0.11 |
HSL | 144º | 0.22% | 0.86% | - |
HSV(B) | 144º | 0.07% | 0.89% | - |
XYZ | 67.97 | 74.75 | 77.86 | - |
YUV | 222.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 219 | 0.07 | 0 | 0.04 | 0.11 | 144 | 0.22 | 0.86 |
Hex | D5 | E4 | DB | 7 | 0 | 4 | B | 90 | 16 | 56 |
Octal | 325 | 344 | 333 | 7 | 0 | 4 | 13 | 220 | 26 | 126 |
Binary | 11010101 | 11100100 | 11011011 | 111 | 0 | 100 | 1011 | 10010000 | 10110 | 1010110 |
Color Harmonies of #D5E4DB
Complementary color
Monochromatic Colors of #D5E4DB
Black with #D5E4DB
Text Example
Text Example
White with #D5E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4DB; }
p { color: rgb(213,228,219); }
H1.HeaderClassName
{
color: #D5E4DB;
}
.AnyTagClassName
{
color: #D5E4DB;
}
</style>
background-color css
<style>
a { background-color: #D5E4DB; }
a { background-color: rgb(213,228,219); }
div.DivClassName
{
background-color: #D5E4DB;
}
.BgClassName
{
background-color: #D5E4DB;
}
</style>
border-color css
<style>
span { border-color: #D5E4DB; }
span { border-color: rgb(213,228,219); }
td.TdClassName
{
border-color: #D5E4DB;
}
.TagClassName
{
border-color: #D5E4DB;
}
</style>