Shades of Quartz #DEDEE7
Tints of Quartz #DEDEE7
RGB
CMYK
RGB Variations
Color information
#DEDEE7 (or 0xDEDEE7) is known color: Quartz. HEX triplet: DE, DE and E7. RGB value is (222,222,231). Sum of RGB (Red+Green+Blue) = 222+222+231=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDEE7 is #212118. Grayscale: #DEDEDE. Windows color (decimal): -2171161 or 15195870. OLE color: 15195870.
HSL color Cylindrical-coordinate representation of color #DEDEE7: hue angle of 240º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDEE7 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 222 | 231 | - |
CMYK | 0.04 | 0.04 | 0 | 0.09 |
HSL | 240º | 0.16% | 0.89% | - |
HSV(B) | 240º | 0.04% | 0.91% | - |
XYZ | 70.67 | 73.54 | 86.07 | - |
YUV | 223.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 231 | 0.04 | 0.04 | 0 | 0.09 | 240 | 0.16 | 0.89 |
Hex | DE | DE | E7 | 4 | 4 | 0 | 9 | F0 | 10 | 59 |
Octal | 336 | 336 | 347 | 4 | 4 | 0 | 11 | 360 | 20 | 131 |
Binary | 11011110 | 11011110 | 11100111 | 100 | 100 | 0 | 1001 | 11110000 | 10000 | 1011001 |
Color Harmonies of #DEDEE7
Complementary color
Monochromatic Colors of #DEDEE7
Black with #DEDEE7
Text Example
Text Example
White with #DEDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEE7; }
p { color: rgb(222,222,231); }
H1.HeaderClassName
{
color: #DEDEE7;
}
.AnyTagClassName
{
color: #DEDEE7;
}
</style>
background-color css
<style>
a { background-color: #DEDEE7; }
a { background-color: rgb(222,222,231); }
div.DivClassName
{
background-color: #DEDEE7;
}
.BgClassName
{
background-color: #DEDEE7;
}
</style>
border-color css
<style>
span { border-color: #DEDEE7; }
span { border-color: rgb(222,222,231); }
td.TdClassName
{
border-color: #DEDEE7;
}
.TagClassName
{
border-color: #DEDEE7;
}
</style>