Shades of Quartz #DEDCEC
Tints of Quartz #DEDCEC
RGB
CMYK
RGB Variations
Color information
#DEDCEC (or 0xDEDCEC) is known color: Quartz. HEX triplet: DE, DC and EC. RGB value is (222,220,236). Sum of RGB (Red+Green+Blue) = 222+220+236=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEC is #212313. Grayscale: #DEDEDE. Windows color (decimal): -2171668 or 15523038. OLE color: 15523038.
HSL color Cylindrical-coordinate representation of color #DEDCEC: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDCEC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 220 | 236 | - |
CMYK | 0.06 | 0.07 | 0 | 0.07 |
HSL | 247.5º | 0.3% | 0.89% | - |
HSV(B) | 247.5º | 0.07% | 0.93% | - |
XYZ | 70.86 | 72.77 | 89.67 | - |
YUV | 222.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 236 | 0.06 | 0.07 | 0 | 0.07 | 247.5 | 0.3 | 0.89 |
Hex | DE | DC | EC | 6 | 7 | 0 | 7 | F8 | 1E | 59 |
Octal | 336 | 334 | 354 | 6 | 7 | 0 | 7 | 370 | 36 | 131 |
Binary | 11011110 | 11011100 | 11101100 | 110 | 111 | 0 | 111 | 11111000 | 11110 | 1011001 |
Color Harmonies of #DEDCEC
Complementary color
Monochromatic Colors of #DEDCEC
Black with #DEDCEC
Text Example
Text Example
White with #DEDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCEC; }
p { color: rgb(222,220,236); }
H1.HeaderClassName
{
color: #DEDCEC;
}
.AnyTagClassName
{
color: #DEDCEC;
}
</style>
background-color css
<style>
a { background-color: #DEDCEC; }
a { background-color: rgb(222,220,236); }
div.DivClassName
{
background-color: #DEDCEC;
}
.BgClassName
{
background-color: #DEDCEC;
}
</style>
border-color css
<style>
span { border-color: #DEDCEC; }
span { border-color: rgb(222,220,236); }
td.TdClassName
{
border-color: #DEDCEC;
}
.TagClassName
{
border-color: #DEDCEC;
}
</style>