Shades of Quartz #DEDCE9
Tints of Quartz #DEDCE9
RGB
CMYK
RGB Variations
Color information
#DEDCE9 (or 0xDEDCE9) is known color: Quartz. HEX triplet: DE, DC and E9. RGB value is (222,220,233). Sum of RGB (Red+Green+Blue) = 222+220+233=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCE9 is #212316. Grayscale: #DEDEDE. Windows color (decimal): -2171671 or 15326430. OLE color: 15326430.
HSL color Cylindrical-coordinate representation of color #DEDCE9: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDCE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 220 | 233 | - |
CMYK | 0.05 | 0.06 | 0 | 0.09 |
HSL | 249.23º | 0.23% | 0.89% | - |
HSV(B) | 249.23º | 0.06% | 0.91% | - |
XYZ | 70.43 | 72.6 | 87.39 | - |
YUV | 222.08 | 134.16 | 127.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 233 | 0.05 | 0.06 | 0 | 0.09 | 249.23 | 0.23 | 0.89 |
Hex | DE | DC | E9 | 5 | 6 | 0 | 9 | F9 | 17 | 59 |
Octal | 336 | 334 | 351 | 5 | 6 | 0 | 11 | 371 | 27 | 131 |
Binary | 11011110 | 11011100 | 11101001 | 101 | 110 | 0 | 1001 | 11111001 | 10111 | 1011001 |
Color Harmonies of #DEDCE9
Complementary color
Monochromatic Colors of #DEDCE9
Black with #DEDCE9
Text Example
Text Example
White with #DEDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCE9; }
p { color: rgb(222,220,233); }
H1.HeaderClassName
{
color: #DEDCE9;
}
.AnyTagClassName
{
color: #DEDCE9;
}
</style>
background-color css
<style>
a { background-color: #DEDCE9; }
a { background-color: rgb(222,220,233); }
div.DivClassName
{
background-color: #DEDCE9;
}
.BgClassName
{
background-color: #DEDCE9;
}
</style>
border-color css
<style>
span { border-color: #DEDCE9; }
span { border-color: rgb(222,220,233); }
td.TdClassName
{
border-color: #DEDCE9;
}
.TagClassName
{
border-color: #DEDCE9;
}
</style>