Shades of Quartz #DED2FF
Tints of Quartz #DED2FF
RGB
CMYK
RGB Variations
Color information
#DED2FF (or 0xDED2FF) is known color: Quartz. HEX triplet: DE, D2 and FF. RGB value is (222,210,255). Sum of RGB (Red+Green+Blue) = 222+210+255=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2FF is #212D00. Grayscale: #DADADA. Windows color (decimal): -2174209 or 16765662. OLE color: 16765662.
HSL color Cylindrical-coordinate representation of color #DED2FF: hue angle of 256º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DED2FF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 210 | 255 | - |
| CMYK | 0.13 | 0.18 | 0 | 0 |
| HSL | 256º | 1% | 0.91% | - |
| HSV(B) | 256º | 0.18% | 1% | - |
| XYZ | 71.22 | 68.84 | 104.14 | - |
| YUV | 218.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 255 | 0.13 | 0.18 | 0 | 0 | 256 | 1 | 0.91 |
| Hex | DE | D2 | FF | D | 12 | 0 | 0 | 100 | 64 | 5B |
| Octal | 336 | 322 | 377 | 15 | 22 | 0 | 0 | 400 | 144 | 133 |
| Binary | 11011110 | 11010010 | 11111111 | 1101 | 10010 | 0 | 0 | 100000000 | 1100100 | 1011011 |
Color Harmonies of #DED2FF
Complementary color
Monochromatic Colors of #DED2FF
Black with #DED2FF
Text Example
Text Example
White with #DED2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2FF; }
p { color: rgb(222,210,255); }
H1.HeaderClassName
{
color: #DED2FF;
}
.AnyTagClassName
{
color: #DED2FF;
}
</style>
background-color css
<style>
a { background-color: #DED2FF; }
a { background-color: rgb(222,210,255); }
div.DivClassName
{
background-color: #DED2FF;
}
.BgClassName
{
background-color: #DED2FF;
}
</style>
border-color css
<style>
span { border-color: #DED2FF; }
span { border-color: rgb(222,210,255); }
td.TdClassName
{
border-color: #DED2FF;
}
.TagClassName
{
border-color: #DED2FF;
}
</style>