Shades of Mystic #D4DFDA
Tints of Mystic #D4DFDA
RGB
CMYK
RGB Variations
Color information
#D4DFDA (or 0xD4DFDA) is known color: Mystic. HEX triplet: D4, DF and DA. RGB value is (212,223,218). Sum of RGB (Red+Green+Blue) = 212+223+218=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFDA is #2B2025. Grayscale: #DBDBDB. Windows color (decimal): -2826278 or 14344148. OLE color: 14344148.
HSL color Cylindrical-coordinate representation of color #D4DFDA: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4DFDA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 223 | 218 | - |
CMYK | 0.05 | 0 | 0.02 | 0.13 |
HSL | 152.73º | 0.15% | 0.85% | - |
HSV(B) | 152.73º | 0.05% | 0.87% | - |
XYZ | 66.19 | 71.83 | 76.71 | - |
YUV | 219.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 223 | 218 | 0.05 | 0 | 0.02 | 0.13 | 152.73 | 0.15 | 0.85 |
Hex | D4 | DF | DA | 5 | 0 | 2 | D | 99 | F | 55 |
Octal | 324 | 337 | 332 | 5 | 0 | 2 | 15 | 231 | 17 | 125 |
Binary | 11010100 | 11011111 | 11011010 | 101 | 0 | 10 | 1101 | 10011001 | 1111 | 1010101 |
Color Harmonies of #D4DFDA
Complementary color
Monochromatic Colors of #D4DFDA
Black with #D4DFDA
Text Example
Text Example
White with #D4DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFDA; }
p { color: rgb(212,223,218); }
H1.HeaderClassName
{
color: #D4DFDA;
}
.AnyTagClassName
{
color: #D4DFDA;
}
</style>
background-color css
<style>
a { background-color: #D4DFDA; }
a { background-color: rgb(212,223,218); }
div.DivClassName
{
background-color: #D4DFDA;
}
.BgClassName
{
background-color: #D4DFDA;
}
</style>
border-color css
<style>
span { border-color: #D4DFDA; }
span { border-color: rgb(212,223,218); }
td.TdClassName
{
border-color: #D4DFDA;
}
.TagClassName
{
border-color: #D4DFDA;
}
</style>