Shades of Quartz #DEDDE8
Tints of Quartz #DEDDE8
RGB
CMYK
RGB Variations
Color information
#DEDDE8 (or 0xDEDDE8) is known color: Quartz. HEX triplet: DE, DD and E8. RGB value is (222,221,232). Sum of RGB (Red+Green+Blue) = 222+221+232=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE8 is #212217. Grayscale: #DEDEDE. Windows color (decimal): -2171416 or 15261150. OLE color: 15261150.
HSL color Cylindrical-coordinate representation of color #DEDDE8: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDDE8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 221 | 232 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.09 |
| HSL | 245.45º | 0.19% | 0.89% | - |
| HSV(B) | 245.45º | 0.05% | 0.91% | - |
| XYZ | 70.55 | 73.07 | 86.73 | - |
| YUV | 222.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 232 | 0.04 | 0.05 | 0 | 0.09 | 245.45 | 0.19 | 0.89 |
| Hex | DE | DD | E8 | 4 | 5 | 0 | 9 | F5 | 13 | 59 |
| Octal | 336 | 335 | 350 | 4 | 5 | 0 | 11 | 365 | 23 | 131 |
| Binary | 11011110 | 11011101 | 11101000 | 100 | 101 | 0 | 1001 | 11110101 | 10011 | 1011001 |
Color Harmonies of #DEDDE8
Complementary color
Monochromatic Colors of #DEDDE8
Black with #DEDDE8
Text Example
Text Example
White with #DEDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE8; }
p { color: rgb(222,221,232); }
H1.HeaderClassName
{
color: #DEDDE8;
}
.AnyTagClassName
{
color: #DEDDE8;
}
</style>
background-color css
<style>
a { background-color: #DEDDE8; }
a { background-color: rgb(222,221,232); }
div.DivClassName
{
background-color: #DEDDE8;
}
.BgClassName
{
background-color: #DEDDE8;
}
</style>
border-color css
<style>
span { border-color: #DEDDE8; }
span { border-color: rgb(222,221,232); }
td.TdClassName
{
border-color: #DEDDE8;
}
.TagClassName
{
border-color: #DEDDE8;
}
</style>