Shades of Quartz #DEDDE9
Tints of Quartz #DEDDE9
RGB
CMYK
RGB Variations
Color information
#DEDDE9 (or 0xDEDDE9) is known color: Quartz. HEX triplet: DE, DD and E9. RGB value is (222,221,233). Sum of RGB (Red+Green+Blue) = 222+221+233=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE9 is #212216. Grayscale: #DEDEDE. Windows color (decimal): -2171415 or 15326686. OLE color: 15326686.
HSL color Cylindrical-coordinate representation of color #DEDDE9: hue angle of 245º degrees, saturation: 0.21, 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 #DEDDE9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 221 | 233 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.09 |
| HSL | 245º | 0.21% | 0.89% | - |
| HSV(B) | 245º | 0.05% | 0.91% | - |
| XYZ | 70.69 | 73.13 | 87.48 | - |
| YUV | 222.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 233 | 0.05 | 0.05 | 0 | 0.09 | 245 | 0.21 | 0.89 |
| Hex | DE | DD | E9 | 5 | 5 | 0 | 9 | F5 | 15 | 59 |
| Octal | 336 | 335 | 351 | 5 | 5 | 0 | 11 | 365 | 25 | 131 |
| Binary | 11011110 | 11011101 | 11101001 | 101 | 101 | 0 | 1001 | 11110101 | 10101 | 1011001 |
Color Harmonies of #DEDDE9
Complementary color
Monochromatic Colors of #DEDDE9
Black with #DEDDE9
Text Example
Text Example
White with #DEDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE9; }
p { color: rgb(222,221,233); }
H1.HeaderClassName
{
color: #DEDDE9;
}
.AnyTagClassName
{
color: #DEDDE9;
}
</style>
background-color css
<style>
a { background-color: #DEDDE9; }
a { background-color: rgb(222,221,233); }
div.DivClassName
{
background-color: #DEDDE9;
}
.BgClassName
{
background-color: #DEDDE9;
}
</style>
border-color css
<style>
span { border-color: #DEDDE9; }
span { border-color: rgb(222,221,233); }
td.TdClassName
{
border-color: #DEDDE9;
}
.TagClassName
{
border-color: #DEDDE9;
}
</style>