Shades of Quartz #DEDAF7
Tints of Quartz #DEDAF7
RGB
CMYK
RGB Variations
Color information
#DEDAF7 (or 0xDEDAF7) is known color: Quartz. HEX triplet: DE, DA and F7. RGB value is (222,218,247). Sum of RGB (Red+Green+Blue) = 222+218+247=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF7 is #212508. Grayscale: #DEDEDE. Windows color (decimal): -2172169 or 16243422. OLE color: 16243422.
HSL color Cylindrical-coordinate representation of color #DEDAF7: hue angle of 248.28º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDAF7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 218 | 247 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.03 |
| HSL | 248.28º | 0.64% | 0.91% | - |
| HSV(B) | 248.28º | 0.12% | 0.97% | - |
| XYZ | 71.98 | 72.39 | 98.17 | - |
| YUV | 222.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 247 | 0.10 | 0.12 | 0 | 0.03 | 248.28 | 0.64 | 0.91 |
| Hex | DE | DA | F7 | A | C | 0 | 3 | F8 | 40 | 5B |
| Octal | 336 | 332 | 367 | 12 | 14 | 0 | 3 | 370 | 100 | 133 |
| Binary | 11011110 | 11011010 | 11110111 | 1010 | 1100 | 0 | 11 | 11111000 | 1000000 | 1011011 |
Color Harmonies of #DEDAF7
Complementary color
Monochromatic Colors of #DEDAF7
Black with #DEDAF7
Text Example
Text Example
White with #DEDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF7; }
p { color: rgb(222,218,247); }
H1.HeaderClassName
{
color: #DEDAF7;
}
.AnyTagClassName
{
color: #DEDAF7;
}
</style>
background-color css
<style>
a { background-color: #DEDAF7; }
a { background-color: rgb(222,218,247); }
div.DivClassName
{
background-color: #DEDAF7;
}
.BgClassName
{
background-color: #DEDAF7;
}
</style>
border-color css
<style>
span { border-color: #DEDAF7; }
span { border-color: rgb(222,218,247); }
td.TdClassName
{
border-color: #DEDAF7;
}
.TagClassName
{
border-color: #DEDAF7;
}
</style>