Shades of Quartz #DEDEE1
Tints of Quartz #DEDEE1
RGB
CMYK
RGB Variations
Color information
#DEDEE1 (or 0xDEDEE1) is known color: Quartz. HEX triplet: DE, DE and E1. RGB value is (222,222,225). Sum of RGB (Red+Green+Blue) = 222+222+225=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEE1 is #21211E. Grayscale: #DEDEDE. Windows color (decimal): -2171167 or 14802654. OLE color: 14802654.
HSL color Cylindrical-coordinate representation of color #DEDEE1: hue angle of 240º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDEE1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 222 | 225 | - |
CMYK | 0.01 | 0.01 | 0 | 0.12 |
HSL | 240º | 0.05% | 0.88% | - |
HSV(B) | 240º | 0.01% | 0.88% | - |
XYZ | 69.84 | 73.21 | 81.68 | - |
YUV | 222.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 225 | 0.01 | 0.01 | 0 | 0.12 | 240 | 0.05 | 0.88 |
Hex | DE | DE | E1 | 1 | 1 | 0 | C | F0 | 5 | 58 |
Octal | 336 | 336 | 341 | 1 | 1 | 0 | 14 | 360 | 5 | 130 |
Binary | 11011110 | 11011110 | 11100001 | 1 | 1 | 0 | 1100 | 11110000 | 101 | 1011000 |
Color Harmonies of #DEDEE1
Complementary color
Monochromatic Colors of #DEDEE1
Black with #DEDEE1
Text Example
Text Example
White with #DEDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEE1; }
p { color: rgb(222,222,225); }
H1.HeaderClassName
{
color: #DEDEE1;
}
.AnyTagClassName
{
color: #DEDEE1;
}
</style>
background-color css
<style>
a { background-color: #DEDEE1; }
a { background-color: rgb(222,222,225); }
div.DivClassName
{
background-color: #DEDEE1;
}
.BgClassName
{
background-color: #DEDEE1;
}
</style>
border-color css
<style>
span { border-color: #DEDEE1; }
span { border-color: rgb(222,222,225); }
td.TdClassName
{
border-color: #DEDEE1;
}
.TagClassName
{
border-color: #DEDEE1;
}
</style>