Shades of Quartz #DEDDE1
Tints of Quartz #DEDDE1
RGB
CMYK
RGB Variations
Color information
#DEDDE1 (or 0xDEDDE1) is known color: Quartz. HEX triplet: DE, DD and E1. RGB value is (222,221,225). Sum of RGB (Red+Green+Blue) = 222+221+225=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE1 is #21221E. Grayscale: #DDDDDD. Windows color (decimal): -2171423 or 14802398. OLE color: 14802398.
HSL color Cylindrical-coordinate representation of color #DEDDE1: hue angle of 255º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDDE1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 221 | 225 | - |
CMYK | 0.01 | 0.02 | 0 | 0.12 |
HSL | 255º | 0.06% | 0.87% | - |
HSV(B) | 255º | 0.02% | 0.88% | - |
XYZ | 69.57 | 72.68 | 81.6 | - |
YUV | 221.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 225 | 0.01 | 0.02 | 0 | 0.12 | 255 | 0.06 | 0.87 |
Hex | DE | DD | E1 | 1 | 2 | 0 | C | FF | 6 | 57 |
Octal | 336 | 335 | 341 | 1 | 2 | 0 | 14 | 377 | 6 | 127 |
Binary | 11011110 | 11011101 | 11100001 | 1 | 10 | 0 | 1100 | 11111111 | 110 | 1010111 |
Color Harmonies of #DEDDE1
Complementary color
Monochromatic Colors of #DEDDE1
Black with #DEDDE1
Text Example
Text Example
White with #DEDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE1; }
p { color: rgb(222,221,225); }
H1.HeaderClassName
{
color: #DEDDE1;
}
.AnyTagClassName
{
color: #DEDDE1;
}
</style>
background-color css
<style>
a { background-color: #DEDDE1; }
a { background-color: rgb(222,221,225); }
div.DivClassName
{
background-color: #DEDDE1;
}
.BgClassName
{
background-color: #DEDDE1;
}
</style>
border-color css
<style>
span { border-color: #DEDDE1; }
span { border-color: rgb(222,221,225); }
td.TdClassName
{
border-color: #DEDDE1;
}
.TagClassName
{
border-color: #DEDDE1;
}
</style>