Shades of Quartz #DED6FF
Tints of Quartz #DED6FF
RGB
CMYK
RGB Variations
Color information
#DED6FF (or 0xDED6FF) is known color: Quartz. HEX triplet: DE, D6 and FF. RGB value is (222,214,255). Sum of RGB (Red+Green+Blue) = 222+214+255=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6FF is #212900. Grayscale: #DCDCDC. Windows color (decimal): -2173185 or 16766686. OLE color: 16766686.
HSL color Cylindrical-coordinate representation of color #DED6FF: hue angle of 251.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED6FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 214 | 255 | - |
| CMYK | 0.13 | 0.16 | 0 | 0 |
| HSL | 251.71º | 1% | 0.92% | - |
| HSV(B) | 251.71º | 0.16% | 1% | - |
| XYZ | 72.22 | 70.84 | 104.48 | - |
| YUV | 221.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 255 | 0.13 | 0.16 | 0 | 0 | 251.71 | 1 | 0.92 |
| Hex | DE | D6 | FF | D | 10 | 0 | 0 | FC | 64 | 5C |
| Octal | 336 | 326 | 377 | 15 | 20 | 0 | 0 | 374 | 144 | 134 |
| Binary | 11011110 | 11010110 | 11111111 | 1101 | 10000 | 0 | 0 | 11111100 | 1100100 | 1011100 |
Color Harmonies of #DED6FF
Complementary color
Monochromatic Colors of #DED6FF
Black with #DED6FF
Text Example
Text Example
White with #DED6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6FF; }
p { color: rgb(222,214,255); }
H1.HeaderClassName
{
color: #DED6FF;
}
.AnyTagClassName
{
color: #DED6FF;
}
</style>
background-color css
<style>
a { background-color: #DED6FF; }
a { background-color: rgb(222,214,255); }
div.DivClassName
{
background-color: #DED6FF;
}
.BgClassName
{
background-color: #DED6FF;
}
</style>
border-color css
<style>
span { border-color: #DED6FF; }
span { border-color: rgb(222,214,255); }
td.TdClassName
{
border-color: #DED6FF;
}
.TagClassName
{
border-color: #DED6FF;
}
</style>