Shades of Quartz #DEDCE8
Tints of Quartz #DEDCE8
RGB
CMYK
RGB Variations
Color information
#DEDCE8 (or 0xDEDCE8) is known color: Quartz. HEX triplet: DE, DC and E8. RGB value is (222,220,232). Sum of RGB (Red+Green+Blue) = 222+220+232=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCE8 is #212317. Grayscale: #DDDDDD. Windows color (decimal): -2171672 or 15260894. OLE color: 15260894.
HSL color Cylindrical-coordinate representation of color #DEDCE8: hue angle of 250º 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 #DEDCE8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 220 | 232 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.09 |
| HSL | 250º | 0.21% | 0.89% | - |
| HSV(B) | 250º | 0.05% | 0.91% | - |
| XYZ | 70.28 | 72.54 | 86.64 | - |
| YUV | 221.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 232 | 0.04 | 0.05 | 0 | 0.09 | 250 | 0.21 | 0.89 |
| Hex | DE | DC | E8 | 4 | 5 | 0 | 9 | FA | 15 | 59 |
| Octal | 336 | 334 | 350 | 4 | 5 | 0 | 11 | 372 | 25 | 131 |
| Binary | 11011110 | 11011100 | 11101000 | 100 | 101 | 0 | 1001 | 11111010 | 10101 | 1011001 |
Color Harmonies of #DEDCE8
Complementary color
Monochromatic Colors of #DEDCE8
Black with #DEDCE8
Text Example
Text Example
White with #DEDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCE8; }
p { color: rgb(222,220,232); }
H1.HeaderClassName
{
color: #DEDCE8;
}
.AnyTagClassName
{
color: #DEDCE8;
}
</style>
background-color css
<style>
a { background-color: #DEDCE8; }
a { background-color: rgb(222,220,232); }
div.DivClassName
{
background-color: #DEDCE8;
}
.BgClassName
{
background-color: #DEDCE8;
}
</style>
border-color css
<style>
span { border-color: #DEDCE8; }
span { border-color: rgb(222,220,232); }
td.TdClassName
{
border-color: #DEDCE8;
}
.TagClassName
{
border-color: #DEDCE8;
}
</style>