Shades of Quartz #DEDCE5
Tints of Quartz #DEDCE5
RGB
CMYK
RGB Variations
Color information
#DEDCE5 (or 0xDEDCE5) is known color: Quartz. HEX triplet: DE, DC and E5. RGB value is (222,220,229). Sum of RGB (Red+Green+Blue) = 222+220+229=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCE5 is #21231A. Grayscale: #DDDDDD. Windows color (decimal): -2171675 or 15064286. OLE color: 15064286.
HSL color Cylindrical-coordinate representation of color #DEDCE5: hue angle of 253.33º 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 #DEDCE5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 220 | 229 | - |
CMYK | 0.03 | 0.04 | 0 | 0.10 |
HSL | 253.33º | 0.15% | 0.88% | - |
HSV(B) | 253.33º | 0.04% | 0.9% | - |
XYZ | 69.86 | 72.37 | 84.42 | - |
YUV | 221.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 229 | 0.03 | 0.04 | 0 | 0.10 | 253.33 | 0.15 | 0.88 |
Hex | DE | DC | E5 | 3 | 4 | 0 | A | FD | F | 58 |
Octal | 336 | 334 | 345 | 3 | 4 | 0 | 12 | 375 | 17 | 130 |
Binary | 11011110 | 11011100 | 11100101 | 11 | 100 | 0 | 1010 | 11111101 | 1111 | 1011000 |
Color Harmonies of #DEDCE5
Complementary color
Monochromatic Colors of #DEDCE5
Black with #DEDCE5
Text Example
Text Example
White with #DEDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCE5; }
p { color: rgb(222,220,229); }
H1.HeaderClassName
{
color: #DEDCE5;
}
.AnyTagClassName
{
color: #DEDCE5;
}
</style>
background-color css
<style>
a { background-color: #DEDCE5; }
a { background-color: rgb(222,220,229); }
div.DivClassName
{
background-color: #DEDCE5;
}
.BgClassName
{
background-color: #DEDCE5;
}
</style>
border-color css
<style>
span { border-color: #DEDCE5; }
span { border-color: rgb(222,220,229); }
td.TdClassName
{
border-color: #DEDCE5;
}
.TagClassName
{
border-color: #DEDCE5;
}
</style>