Shades of Quartz #DEDAEE
Tints of Quartz #DEDAEE
RGB
CMYK
RGB Variations
Color information
#DEDAEE (or 0xDEDAEE) is known color: Quartz. HEX triplet: DE, DA and EE. RGB value is (222,218,238). Sum of RGB (Red+Green+Blue) = 222+218+238=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEE is #212511. Grayscale: #DDDDDD. Windows color (decimal): -2172178 or 15653598. OLE color: 15653598.
HSL color Cylindrical-coordinate representation of color #DEDAEE: hue angle of 252º degrees, saturation: 0.37, 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 #DEDAEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 218 | 238 | - |
CMYK | 0.07 | 0.08 | 0 | 0.07 |
HSL | 252º | 0.37% | 0.89% | - |
HSV(B) | 252º | 0.08% | 0.93% | - |
XYZ | 70.63 | 71.85 | 91.03 | - |
YUV | 221.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 238 | 0.07 | 0.08 | 0 | 0.07 | 252 | 0.37 | 0.89 |
Hex | DE | DA | EE | 7 | 8 | 0 | 7 | FC | 25 | 59 |
Octal | 336 | 332 | 356 | 7 | 10 | 0 | 7 | 374 | 45 | 131 |
Binary | 11011110 | 11011010 | 11101110 | 111 | 1000 | 0 | 111 | 11111100 | 100101 | 1011001 |
Color Harmonies of #DEDAEE
Complementary color
Monochromatic Colors of #DEDAEE
Black with #DEDAEE
Text Example
Text Example
White with #DEDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAEE; }
p { color: rgb(222,218,238); }
H1.HeaderClassName
{
color: #DEDAEE;
}
.AnyTagClassName
{
color: #DEDAEE;
}
</style>
background-color css
<style>
a { background-color: #DEDAEE; }
a { background-color: rgb(222,218,238); }
div.DivClassName
{
background-color: #DEDAEE;
}
.BgClassName
{
background-color: #DEDAEE;
}
</style>
border-color css
<style>
span { border-color: #DEDAEE; }
span { border-color: rgb(222,218,238); }
td.TdClassName
{
border-color: #DEDAEE;
}
.TagClassName
{
border-color: #DEDAEE;
}
</style>