Shades of Quartz #DED9FF
Tints of Quartz #DED9FF
RGB
CMYK
RGB Variations
Color information
#DED9FF (or 0xDED9FF) is known color: Quartz. HEX triplet: DE, D9 and FF. RGB value is (222,217,255). Sum of RGB (Red+Green+Blue) = 222+217+255=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FF is #212600. Grayscale: #DEDEDE. Windows color (decimal): -2172417 or 16767454. OLE color: 16767454.
HSL color Cylindrical-coordinate representation of color #DED9FF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED9FF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 217 | 255 | - |
| CMYK | 0.13 | 0.15 | 0 | 0 |
| HSL | 247.89º | 1% | 0.93% | - |
| HSV(B) | 247.89º | 0.15% | 1% | - |
| XYZ | 72.99 | 72.38 | 104.73 | - |
| YUV | 222.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 255 | 0.13 | 0.15 | 0 | 0 | 247.89 | 1 | 0.93 |
| Hex | DE | D9 | FF | D | F | 0 | 0 | F8 | 64 | 5D |
| Octal | 336 | 331 | 377 | 15 | 17 | 0 | 0 | 370 | 144 | 135 |
| Binary | 11011110 | 11011001 | 11111111 | 1101 | 1111 | 0 | 0 | 11111000 | 1100100 | 1011101 |
Color Harmonies of #DED9FF
Complementary color
Monochromatic Colors of #DED9FF
Black with #DED9FF
Text Example
Text Example
White with #DED9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9FF; }
p { color: rgb(222,217,255); }
H1.HeaderClassName
{
color: #DED9FF;
}
.AnyTagClassName
{
color: #DED9FF;
}
</style>
background-color css
<style>
a { background-color: #DED9FF; }
a { background-color: rgb(222,217,255); }
div.DivClassName
{
background-color: #DED9FF;
}
.BgClassName
{
background-color: #DED9FF;
}
</style>
border-color css
<style>
span { border-color: #DED9FF; }
span { border-color: rgb(222,217,255); }
td.TdClassName
{
border-color: #DED9FF;
}
.TagClassName
{
border-color: #DED9FF;
}
</style>