Shades of Quartz #DEDDE5
Tints of Quartz #DEDDE5
RGB
CMYK
RGB Variations
Color information
#DEDDE5 (or 0xDEDDE5) is known color: Quartz. HEX triplet: DE, DD and E5. RGB value is (222,221,229). Sum of RGB (Red+Green+Blue) = 222+221+229=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDE5 is #21221A. Grayscale: #DEDEDE. Windows color (decimal): -2171419 or 15064542. OLE color: 15064542.
HSL color Cylindrical-coordinate representation of color #DEDDE5: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDDE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 221 | 229 | - |
CMYK | 0.03 | 0.03 | 0 | 0.10 |
HSL | 247.5º | 0.13% | 0.88% | - |
HSV(B) | 247.5º | 0.03% | 0.9% | - |
XYZ | 70.12 | 72.9 | 84.5 | - |
YUV | 222.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 229 | 0.03 | 0.03 | 0 | 0.10 | 247.5 | 0.13 | 0.88 |
Hex | DE | DD | E5 | 3 | 3 | 0 | A | F8 | D | 58 |
Octal | 336 | 335 | 345 | 3 | 3 | 0 | 12 | 370 | 15 | 130 |
Binary | 11011110 | 11011101 | 11100101 | 11 | 11 | 0 | 1010 | 11111000 | 1101 | 1011000 |
Color Harmonies of #DEDDE5
Complementary color
Monochromatic Colors of #DEDDE5
Black with #DEDDE5
Text Example
Text Example
White with #DEDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE5; }
p { color: rgb(222,221,229); }
H1.HeaderClassName
{
color: #DEDDE5;
}
.AnyTagClassName
{
color: #DEDDE5;
}
</style>
background-color css
<style>
a { background-color: #DEDDE5; }
a { background-color: rgb(222,221,229); }
div.DivClassName
{
background-color: #DEDDE5;
}
.BgClassName
{
background-color: #DEDDE5;
}
</style>
border-color css
<style>
span { border-color: #DEDDE5; }
span { border-color: rgb(222,221,229); }
td.TdClassName
{
border-color: #DEDDE5;
}
.TagClassName
{
border-color: #DEDDE5;
}
</style>