Shades of Quartz #DED8FF
Tints of Quartz #DED8FF
RGB
CMYK
RGB Variations
Color information
#DED8FF (or 0xDED8FF) is known color: Quartz. HEX triplet: DE, D8 and FF. RGB value is (222,216,255). Sum of RGB (Red+Green+Blue) = 222+216+255=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8FF is #212700. Grayscale: #DEDEDE. Windows color (decimal): -2172673 or 16767198. OLE color: 16767198.
HSL color Cylindrical-coordinate representation of color #DED8FF: hue angle of 249.23º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED8FF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 216 | 255 | - |
| CMYK | 0.13 | 0.15 | 0 | 0 |
| HSL | 249.23º | 1% | 0.92% | - |
| HSV(B) | 249.23º | 0.15% | 1% | - |
| XYZ | 72.73 | 71.86 | 104.65 | - |
| YUV | 222.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 255 | 0.13 | 0.15 | 0 | 0 | 249.23 | 1 | 0.92 |
| Hex | DE | D8 | FF | D | F | 0 | 0 | F9 | 64 | 5C |
| Octal | 336 | 330 | 377 | 15 | 17 | 0 | 0 | 371 | 144 | 134 |
| Binary | 11011110 | 11011000 | 11111111 | 1101 | 1111 | 0 | 0 | 11111001 | 1100100 | 1011100 |
Color Harmonies of #DED8FF
Complementary color
Monochromatic Colors of #DED8FF
Black with #DED8FF
Text Example
Text Example
White with #DED8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8FF; }
p { color: rgb(222,216,255); }
H1.HeaderClassName
{
color: #DED8FF;
}
.AnyTagClassName
{
color: #DED8FF;
}
</style>
background-color css
<style>
a { background-color: #DED8FF; }
a { background-color: rgb(222,216,255); }
div.DivClassName
{
background-color: #DED8FF;
}
.BgClassName
{
background-color: #DED8FF;
}
</style>
border-color css
<style>
span { border-color: #DED8FF; }
span { border-color: rgb(222,216,255); }
td.TdClassName
{
border-color: #DED8FF;
}
.TagClassName
{
border-color: #DED8FF;
}
</style>