Shades of Mystic #D5E4DC
Tints of Mystic #D5E4DC
RGB
CMYK
RGB Variations
Color information
#D5E4DC (or 0xD5E4DC) is known color: Mystic. HEX triplet: D5, E4 and DC. RGB value is (213,228,220). Sum of RGB (Red+Green+Blue) = 213+228+220=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E4DC is #2A1B23. Grayscale: #DEDEDE. Windows color (decimal): -2759460 or 14476501. OLE color: 14476501.
HSL color Cylindrical-coordinate representation of color #D5E4DC: hue angle of 148º 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 #D5E4DC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 220 | - |
CMYK | 0.07 | 0 | 0.04 | 0.11 |
HSL | 148º | 0.22% | 0.86% | - |
HSV(B) | 148º | 0.07% | 0.89% | - |
XYZ | 68.1 | 74.8 | 78.56 | - |
YUV | 222.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 220 | 0.07 | 0 | 0.04 | 0.11 | 148 | 0.22 | 0.86 |
Hex | D5 | E4 | DC | 7 | 0 | 4 | B | 94 | 16 | 56 |
Octal | 325 | 344 | 334 | 7 | 0 | 4 | 13 | 224 | 26 | 126 |
Binary | 11010101 | 11100100 | 11011100 | 111 | 0 | 100 | 1011 | 10010100 | 10110 | 1010110 |
Color Harmonies of #D5E4DC
Complementary color
Monochromatic Colors of #D5E4DC
Black with #D5E4DC
Text Example
Text Example
White with #D5E4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E4DC; }
p { color: rgb(213,228,220); }
H1.HeaderClassName
{
color: #D5E4DC;
}
.AnyTagClassName
{
color: #D5E4DC;
}
</style>
background-color css
<style>
a { background-color: #D5E4DC; }
a { background-color: rgb(213,228,220); }
div.DivClassName
{
background-color: #D5E4DC;
}
.BgClassName
{
background-color: #D5E4DC;
}
</style>
border-color css
<style>
span { border-color: #D5E4DC; }
span { border-color: rgb(213,228,220); }
td.TdClassName
{
border-color: #D5E4DC;
}
.TagClassName
{
border-color: #D5E4DC;
}
</style>