Shades of Quartz #DEDAF8
Tints of Quartz #DEDAF8
RGB
CMYK
RGB Variations
Color information
#DEDAF8 (or 0xDEDAF8) is known color: Quartz. HEX triplet: DE, DA and F8. RGB value is (222,218,248). Sum of RGB (Red+Green+Blue) = 222+218+248=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAF8 is #212507. Grayscale: #DEDEDE. Windows color (decimal): -2172168 or 16308958. OLE color: 16308958.
HSL color Cylindrical-coordinate representation of color #DEDAF8: hue angle of 248º degrees, saturation: 0.68, 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 #DEDAF8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 218 | 248 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.03 |
| HSL | 248º | 0.68% | 0.91% | - |
| HSV(B) | 248º | 0.12% | 0.97% | - |
| XYZ | 72.14 | 72.45 | 98.99 | - |
| YUV | 222.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 248 | 0.10 | 0.12 | 0 | 0.03 | 248 | 0.68 | 0.91 |
| Hex | DE | DA | F8 | A | C | 0 | 3 | F8 | 44 | 5B |
| Octal | 336 | 332 | 370 | 12 | 14 | 0 | 3 | 370 | 104 | 133 |
| Binary | 11011110 | 11011010 | 11111000 | 1010 | 1100 | 0 | 11 | 11111000 | 1000100 | 1011011 |
Color Harmonies of #DEDAF8
Complementary color
Monochromatic Colors of #DEDAF8
Black with #DEDAF8
Text Example
Text Example
White with #DEDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAF8; }
p { color: rgb(222,218,248); }
H1.HeaderClassName
{
color: #DEDAF8;
}
.AnyTagClassName
{
color: #DEDAF8;
}
</style>
background-color css
<style>
a { background-color: #DEDAF8; }
a { background-color: rgb(222,218,248); }
div.DivClassName
{
background-color: #DEDAF8;
}
.BgClassName
{
background-color: #DEDAF8;
}
</style>
border-color css
<style>
span { border-color: #DEDAF8; }
span { border-color: rgb(222,218,248); }
td.TdClassName
{
border-color: #DEDAF8;
}
.TagClassName
{
border-color: #DEDAF8;
}
</style>