Shades of Quartz #DEDCEA
Tints of Quartz #DEDCEA
RGB
CMYK
RGB Variations
Color information
#DEDCEA (or 0xDEDCEA) is known color: Quartz. HEX triplet: DE, DC and EA. RGB value is (222,220,234). Sum of RGB (Red+Green+Blue) = 222+220+234=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCEA is #212315. Grayscale: #DEDEDE. Windows color (decimal): -2171670 or 15391966. OLE color: 15391966.
HSL color Cylindrical-coordinate representation of color #DEDCEA: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDCEA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 220 | 234 | - |
CMYK | 0.05 | 0.06 | 0 | 0.08 |
HSL | 248.57º | 0.25% | 0.89% | - |
HSV(B) | 248.57º | 0.06% | 0.92% | - |
XYZ | 70.57 | 72.66 | 88.15 | - |
YUV | 222.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 234 | 0.05 | 0.06 | 0 | 0.08 | 248.57 | 0.25 | 0.89 |
Hex | DE | DC | EA | 5 | 6 | 0 | 8 | F9 | 19 | 59 |
Octal | 336 | 334 | 352 | 5 | 6 | 0 | 10 | 371 | 31 | 131 |
Binary | 11011110 | 11011100 | 11101010 | 101 | 110 | 0 | 1000 | 11111001 | 11001 | 1011001 |
Color Harmonies of #DEDCEA
Complementary color
Monochromatic Colors of #DEDCEA
Black with #DEDCEA
Text Example
Text Example
White with #DEDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCEA; }
p { color: rgb(222,220,234); }
H1.HeaderClassName
{
color: #DEDCEA;
}
.AnyTagClassName
{
color: #DEDCEA;
}
</style>
background-color css
<style>
a { background-color: #DEDCEA; }
a { background-color: rgb(222,220,234); }
div.DivClassName
{
background-color: #DEDCEA;
}
.BgClassName
{
background-color: #DEDCEA;
}
</style>
border-color css
<style>
span { border-color: #DEDCEA; }
span { border-color: rgb(222,220,234); }
td.TdClassName
{
border-color: #DEDCEA;
}
.TagClassName
{
border-color: #DEDCEA;
}
</style>