Shades of Quartz #DEDCE6
Tints of Quartz #DEDCE6
RGB
CMYK
RGB Variations
Color information
#DEDCE6 (or 0xDEDCE6) is known color: Quartz. HEX triplet: DE, DC and E6. RGB value is (222,220,230). Sum of RGB (Red+Green+Blue) = 222+220+230=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCE6 is #212319. Grayscale: #DDDDDD. Windows color (decimal): -2171674 or 15129822. OLE color: 15129822.
HSL color Cylindrical-coordinate representation of color #DEDCE6: hue angle of 252º degrees, saturation: 0.17, 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 #DEDCE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 220 | 230 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.10 |
| HSL | 252º | 0.17% | 0.88% | - |
| HSV(B) | 252º | 0.04% | 0.9% | - |
| XYZ | 70 | 72.43 | 85.15 | - |
| YUV | 221.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 230 | 0.03 | 0.04 | 0 | 0.10 | 252 | 0.17 | 0.88 |
| Hex | DE | DC | E6 | 3 | 4 | 0 | A | FC | 11 | 58 |
| Octal | 336 | 334 | 346 | 3 | 4 | 0 | 12 | 374 | 21 | 130 |
| Binary | 11011110 | 11011100 | 11100110 | 11 | 100 | 0 | 1010 | 11111100 | 10001 | 1011000 |
Color Harmonies of #DEDCE6
Complementary color
Monochromatic Colors of #DEDCE6
Black with #DEDCE6
Text Example
Text Example
White with #DEDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCE6; }
p { color: rgb(222,220,230); }
H1.HeaderClassName
{
color: #DEDCE6;
}
.AnyTagClassName
{
color: #DEDCE6;
}
</style>
background-color css
<style>
a { background-color: #DEDCE6; }
a { background-color: rgb(222,220,230); }
div.DivClassName
{
background-color: #DEDCE6;
}
.BgClassName
{
background-color: #DEDCE6;
}
</style>
border-color css
<style>
span { border-color: #DEDCE6; }
span { border-color: rgb(222,220,230); }
td.TdClassName
{
border-color: #DEDCE6;
}
.TagClassName
{
border-color: #DEDCE6;
}
</style>