Shades of Quartz #DEDDE6
Tints of Quartz #DEDDE6
RGB
CMYK
RGB Variations
Color information
#DEDDE6 (or 0xDEDDE6) is known color: Quartz. HEX triplet: DE, DD and E6. RGB value is (222,221,230). Sum of RGB (Red+Green+Blue) = 222+221+230=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDE6 is #212219. Grayscale: #DEDEDE. Windows color (decimal): -2171418 or 15130078. OLE color: 15130078.
HSL color Cylindrical-coordinate representation of color #DEDDE6: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDDE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 221 | 230 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.10 |
| HSL | 246.67º | 0.15% | 0.88% | - |
| HSV(B) | 246.67º | 0.04% | 0.9% | - |
| XYZ | 70.26 | 72.96 | 85.24 | - |
| YUV | 222.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 230 | 0.03 | 0.04 | 0 | 0.10 | 246.67 | 0.15 | 0.88 |
| Hex | DE | DD | E6 | 3 | 4 | 0 | A | F7 | F | 58 |
| Octal | 336 | 335 | 346 | 3 | 4 | 0 | 12 | 367 | 17 | 130 |
| Binary | 11011110 | 11011101 | 11100110 | 11 | 100 | 0 | 1010 | 11110111 | 1111 | 1011000 |
Color Harmonies of #DEDDE6
Complementary color
Monochromatic Colors of #DEDDE6
Black with #DEDDE6
Text Example
Text Example
White with #DEDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDE6; }
p { color: rgb(222,221,230); }
H1.HeaderClassName
{
color: #DEDDE6;
}
.AnyTagClassName
{
color: #DEDDE6;
}
</style>
background-color css
<style>
a { background-color: #DEDDE6; }
a { background-color: rgb(222,221,230); }
div.DivClassName
{
background-color: #DEDDE6;
}
.BgClassName
{
background-color: #DEDDE6;
}
</style>
border-color css
<style>
span { border-color: #DEDDE6; }
span { border-color: rgb(222,221,230); }
td.TdClassName
{
border-color: #DEDDE6;
}
.TagClassName
{
border-color: #DEDDE6;
}
</style>