Shades of Quartz #DEDAEA
Tints of Quartz #DEDAEA
RGB
CMYK
RGB Variations
Color information
#DEDAEA (or 0xDEDAEA) is known color: Quartz. HEX triplet: DE, DA and EA. RGB value is (222,218,234). Sum of RGB (Red+Green+Blue) = 222+218+234=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEA is #212515. Grayscale: #DCDCDC. Windows color (decimal): -2172182 or 15391454. OLE color: 15391454.
HSL color Cylindrical-coordinate representation of color #DEDAEA: hue angle of 255º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDAEA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 218 | 234 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.08 |
| HSL | 255º | 0.28% | 0.89% | - |
| HSV(B) | 255º | 0.07% | 0.92% | - |
| XYZ | 70.05 | 71.61 | 87.97 | - |
| YUV | 221.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 234 | 0.05 | 0.07 | 0 | 0.08 | 255 | 0.28 | 0.89 |
| Hex | DE | DA | EA | 5 | 7 | 0 | 8 | FF | 1C | 59 |
| Octal | 336 | 332 | 352 | 5 | 7 | 0 | 10 | 377 | 34 | 131 |
| Binary | 11011110 | 11011010 | 11101010 | 101 | 111 | 0 | 1000 | 11111111 | 11100 | 1011001 |
Color Harmonies of #DEDAEA
Complementary color
Monochromatic Colors of #DEDAEA
Black with #DEDAEA
Text Example
Text Example
White with #DEDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAEA; }
p { color: rgb(222,218,234); }
H1.HeaderClassName
{
color: #DEDAEA;
}
.AnyTagClassName
{
color: #DEDAEA;
}
</style>
background-color css
<style>
a { background-color: #DEDAEA; }
a { background-color: rgb(222,218,234); }
div.DivClassName
{
background-color: #DEDAEA;
}
.BgClassName
{
background-color: #DEDAEA;
}
</style>
border-color css
<style>
span { border-color: #DEDAEA; }
span { border-color: rgb(222,218,234); }
td.TdClassName
{
border-color: #DEDAEA;
}
.TagClassName
{
border-color: #DEDAEA;
}
</style>