Shades of Quartz #DEDEE4
Tints of Quartz #DEDEE4
RGB
CMYK
RGB Variations
Color information
#DEDEE4 (or 0xDEDEE4) is known color: Quartz. HEX triplet: DE, DE and E4. RGB value is (222,222,228). Sum of RGB (Red+Green+Blue) = 222+222+228=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEE4 is #21211B. Grayscale: #DEDEDE. Windows color (decimal): -2171164 or 14999262. OLE color: 14999262.
HSL color Cylindrical-coordinate representation of color #DEDEE4: hue angle of 240º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDEE4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 222 | 228 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 240º | 0.1% | 0.88% | - |
HSV(B) | 240º | 0.03% | 0.89% | - |
XYZ | 70.25 | 73.37 | 83.86 | - |
YUV | 222.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 228 | 0.03 | 0.03 | 0 | 0.11 | 240 | 0.1 | 0.88 |
Hex | DE | DE | E4 | 3 | 3 | 0 | B | F0 | A | 58 |
Octal | 336 | 336 | 344 | 3 | 3 | 0 | 13 | 360 | 12 | 130 |
Binary | 11011110 | 11011110 | 11100100 | 11 | 11 | 0 | 1011 | 11110000 | 1010 | 1011000 |
Color Harmonies of #DEDEE4
Complementary color
Monochromatic Colors of #DEDEE4
Black with #DEDEE4
Text Example
Text Example
White with #DEDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEE4; }
p { color: rgb(222,222,228); }
H1.HeaderClassName
{
color: #DEDEE4;
}
.AnyTagClassName
{
color: #DEDEE4;
}
</style>
background-color css
<style>
a { background-color: #DEDEE4; }
a { background-color: rgb(222,222,228); }
div.DivClassName
{
background-color: #DEDEE4;
}
.BgClassName
{
background-color: #DEDEE4;
}
</style>
border-color css
<style>
span { border-color: #DEDEE4; }
span { border-color: rgb(222,222,228); }
td.TdClassName
{
border-color: #DEDEE4;
}
.TagClassName
{
border-color: #DEDEE4;
}
</style>