Shades of Quartz #DEDAF5
Tints of Quartz #DEDAF5
RGB
CMYK
RGB Variations
Color information
#DEDAF5 (or 0xDEDAF5) is known color: Quartz. HEX triplet: DE, DA and F5. RGB value is (222,218,245). Sum of RGB (Red+Green+Blue) = 222+218+245=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF5 is #21250A. Grayscale: #DEDEDE. Windows color (decimal): -2172171 or 16112350. OLE color: 16112350.
HSL color Cylindrical-coordinate representation of color #DEDAF5: hue angle of 248.89º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDAF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 218 | 245 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.04 |
| HSL | 248.89º | 0.57% | 0.91% | - |
| HSV(B) | 248.89º | 0.11% | 0.96% | - |
| XYZ | 71.68 | 72.26 | 96.56 | - |
| YUV | 222.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 245 | 0.09 | 0.11 | 0 | 0.04 | 248.89 | 0.57 | 0.91 |
| Hex | DE | DA | F5 | 9 | B | 0 | 4 | F9 | 39 | 5B |
| Octal | 336 | 332 | 365 | 11 | 13 | 0 | 4 | 371 | 71 | 133 |
| Binary | 11011110 | 11011010 | 11110101 | 1001 | 1011 | 0 | 100 | 11111001 | 111001 | 1011011 |
Color Harmonies of #DEDAF5
Complementary color
Monochromatic Colors of #DEDAF5
Black with #DEDAF5
Text Example
Text Example
White with #DEDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF5; }
p { color: rgb(222,218,245); }
H1.HeaderClassName
{
color: #DEDAF5;
}
.AnyTagClassName
{
color: #DEDAF5;
}
</style>
background-color css
<style>
a { background-color: #DEDAF5; }
a { background-color: rgb(222,218,245); }
div.DivClassName
{
background-color: #DEDAF5;
}
.BgClassName
{
background-color: #DEDAF5;
}
</style>
border-color css
<style>
span { border-color: #DEDAF5; }
span { border-color: rgb(222,218,245); }
td.TdClassName
{
border-color: #DEDAF5;
}
.TagClassName
{
border-color: #DEDAF5;
}
</style>