Shades of Quartz #DEE0EC
Tints of Quartz #DEE0EC
RGB
CMYK
RGB Variations
Color information
#DEE0EC (or 0xDEE0EC) is known color: Quartz. HEX triplet: DE, E0 and EC. RGB value is (222,224,236). Sum of RGB (Red+Green+Blue) = 222+224+236=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EC is #211F13. Grayscale: #E0E0E0. Windows color (decimal): -2170644 or 15524062. OLE color: 15524062.
HSL color Cylindrical-coordinate representation of color #DEE0EC: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE0EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 224 | 236 | - |
CMYK | 0.06 | 0.05 | 0 | 0.07 |
HSL | 231.43º | 0.27% | 0.9% | - |
HSV(B) | 231.43º | 0.06% | 0.93% | - |
XYZ | 71.92 | 74.9 | 90.02 | - |
YUV | 224.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 224 | 236 | 0.06 | 0.05 | 0 | 0.07 | 231.43 | 0.27 | 0.9 |
Hex | DE | E0 | EC | 6 | 5 | 0 | 7 | E7 | 1B | 5A |
Octal | 336 | 340 | 354 | 6 | 5 | 0 | 7 | 347 | 33 | 132 |
Binary | 11011110 | 11100000 | 11101100 | 110 | 101 | 0 | 111 | 11100111 | 11011 | 1011010 |
Color Harmonies of #DEE0EC
Complementary color
Monochromatic Colors of #DEE0EC
Black with #DEE0EC
Text Example
Text Example
White with #DEE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0EC; }
p { color: rgb(222,224,236); }
H1.HeaderClassName
{
color: #DEE0EC;
}
.AnyTagClassName
{
color: #DEE0EC;
}
</style>
background-color css
<style>
a { background-color: #DEE0EC; }
a { background-color: rgb(222,224,236); }
div.DivClassName
{
background-color: #DEE0EC;
}
.BgClassName
{
background-color: #DEE0EC;
}
</style>
border-color css
<style>
span { border-color: #DEE0EC; }
span { border-color: rgb(222,224,236); }
td.TdClassName
{
border-color: #DEE0EC;
}
.TagClassName
{
border-color: #DEE0EC;
}
</style>