Shades of Quartz #DEDDE4
Tints of Quartz #DEDDE4
RGB
CMYK
RGB Variations
Color information
#DEDDE4 (or 0xDEDDE4) is known color: Quartz. HEX triplet: DE, DD and E4. RGB value is (222,221,228). Sum of RGB (Red+Green+Blue) = 222+221+228=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE4 is #21221B. Grayscale: #DEDEDE. Windows color (decimal): -2171420 or 14999006. OLE color: 14999006.
HSL color Cylindrical-coordinate representation of color #DEDDE4: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDE4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 221 | 228 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 248.57º | 0.11% | 0.88% | - |
HSV(B) | 248.57º | 0.03% | 0.89% | - |
XYZ | 69.98 | 72.84 | 83.77 | - |
YUV | 222.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 228 | 0.03 | 0.03 | 0 | 0.11 | 248.57 | 0.11 | 0.88 |
Hex | DE | DD | E4 | 3 | 3 | 0 | B | F9 | B | 58 |
Octal | 336 | 335 | 344 | 3 | 3 | 0 | 13 | 371 | 13 | 130 |
Binary | 11011110 | 11011101 | 11100100 | 11 | 11 | 0 | 1011 | 11111001 | 1011 | 1011000 |
Color Harmonies of #DEDDE4
Complementary color
Monochromatic Colors of #DEDDE4
Black with #DEDDE4
Text Example
Text Example
White with #DEDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE4; }
p { color: rgb(222,221,228); }
H1.HeaderClassName
{
color: #DEDDE4;
}
.AnyTagClassName
{
color: #DEDDE4;
}
</style>
background-color css
<style>
a { background-color: #DEDDE4; }
a { background-color: rgb(222,221,228); }
div.DivClassName
{
background-color: #DEDDE4;
}
.BgClassName
{
background-color: #DEDDE4;
}
</style>
border-color css
<style>
span { border-color: #DEDDE4; }
span { border-color: rgb(222,221,228); }
td.TdClassName
{
border-color: #DEDDE4;
}
.TagClassName
{
border-color: #DEDDE4;
}
</style>