Shades of Quartz #DEDAEC
Tints of Quartz #DEDAEC
RGB
CMYK
RGB Variations
Color information
#DEDAEC (or 0xDEDAEC) is known color: Quartz. HEX triplet: DE, DA and EC. RGB value is (222,218,236). Sum of RGB (Red+Green+Blue) = 222+218+236=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEC is #212513. Grayscale: #DDDDDD. Windows color (decimal): -2172180 or 15522526. OLE color: 15522526.
HSL color Cylindrical-coordinate representation of color #DEDAEC: hue angle of 253.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDAEC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 218 | 236 | - |
CMYK | 0.06 | 0.08 | 0 | 0.07 |
HSL | 253.33º | 0.32% | 0.89% | - |
HSV(B) | 253.33º | 0.08% | 0.93% | - |
XYZ | 70.34 | 71.73 | 89.49 | - |
YUV | 221.25 | 136.33 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 236 | 0.06 | 0.08 | 0 | 0.07 | 253.33 | 0.32 | 0.89 |
Hex | DE | DA | EC | 6 | 8 | 0 | 7 | FD | 20 | 59 |
Octal | 336 | 332 | 354 | 6 | 10 | 0 | 7 | 375 | 40 | 131 |
Binary | 11011110 | 11011010 | 11101100 | 110 | 1000 | 0 | 111 | 11111101 | 100000 | 1011001 |
Color Harmonies of #DEDAEC
Complementary color
Monochromatic Colors of #DEDAEC
Black with #DEDAEC
Text Example
Text Example
White with #DEDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAEC; }
p { color: rgb(222,218,236); }
H1.HeaderClassName
{
color: #DEDAEC;
}
.AnyTagClassName
{
color: #DEDAEC;
}
</style>
background-color css
<style>
a { background-color: #DEDAEC; }
a { background-color: rgb(222,218,236); }
div.DivClassName
{
background-color: #DEDAEC;
}
.BgClassName
{
background-color: #DEDAEC;
}
</style>
border-color css
<style>
span { border-color: #DEDAEC; }
span { border-color: rgb(222,218,236); }
td.TdClassName
{
border-color: #DEDAEC;
}
.TagClassName
{
border-color: #DEDAEC;
}
</style>