Shades of Quartz #DEDEE5
Tints of Quartz #DEDEE5
RGB
CMYK
RGB Variations
Color information
#DEDEE5 (or 0xDEDEE5) is known color: Quartz. HEX triplet: DE, DE and E5. RGB value is (222,222,229). Sum of RGB (Red+Green+Blue) = 222+222+229=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEE5 is #21211A. Grayscale: #DEDEDE. Windows color (decimal): -2171163 or 15064798. OLE color: 15064798.
HSL color Cylindrical-coordinate representation of color #DEDEE5: hue angle of 240º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDEE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 222 | 229 | - |
CMYK | 0.03 | 0.03 | 0 | 0.10 |
HSL | 240º | 0.12% | 0.88% | - |
HSV(B) | 240º | 0.03% | 0.9% | - |
XYZ | 70.39 | 73.43 | 84.59 | - |
YUV | 222.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 229 | 0.03 | 0.03 | 0 | 0.10 | 240 | 0.12 | 0.88 |
Hex | DE | DE | E5 | 3 | 3 | 0 | A | F0 | C | 58 |
Octal | 336 | 336 | 345 | 3 | 3 | 0 | 12 | 360 | 14 | 130 |
Binary | 11011110 | 11011110 | 11100101 | 11 | 11 | 0 | 1010 | 11110000 | 1100 | 1011000 |
Color Harmonies of #DEDEE5
Complementary color
Monochromatic Colors of #DEDEE5
Black with #DEDEE5
Text Example
Text Example
White with #DEDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEE5; }
p { color: rgb(222,222,229); }
H1.HeaderClassName
{
color: #DEDEE5;
}
.AnyTagClassName
{
color: #DEDEE5;
}
</style>
background-color css
<style>
a { background-color: #DEDEE5; }
a { background-color: rgb(222,222,229); }
div.DivClassName
{
background-color: #DEDEE5;
}
.BgClassName
{
background-color: #DEDEE5;
}
</style>
border-color css
<style>
span { border-color: #DEDEE5; }
span { border-color: rgb(222,222,229); }
td.TdClassName
{
border-color: #DEDEE5;
}
.TagClassName
{
border-color: #DEDEE5;
}
</style>