Shades of Quartz #DED5F7
Tints of Quartz #DED5F7
RGB
CMYK
RGB Variations
Color information
#DED5F7 (or 0xDED5F7) is known color: Quartz. HEX triplet: DE, D5 and F7. RGB value is (222,213,247). Sum of RGB (Red+Green+Blue) = 222+213+247=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #DED5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F7 is #212A08. Grayscale: #DBDBDB. Windows color (decimal): -2173449 or 16242142. OLE color: 16242142.
HSL color Cylindrical-coordinate representation of color #DED5F7: hue angle of 255.88º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED5F7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 213 | 247 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.03 |
| HSL | 255.88º | 0.68% | 0.9% | - |
| HSV(B) | 255.88º | 0.14% | 0.97% | - |
| XYZ | 70.71 | 69.83 | 97.75 | - |
| YUV | 219.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 247 | 0.10 | 0.14 | 0 | 0.03 | 255.88 | 0.68 | 0.9 |
| Hex | DE | D5 | F7 | A | E | 0 | 3 | 100 | 44 | 5A |
| Octal | 336 | 325 | 367 | 12 | 16 | 0 | 3 | 400 | 104 | 132 |
| Binary | 11011110 | 11010101 | 11110111 | 1010 | 1110 | 0 | 11 | 100000000 | 1000100 | 1011010 |
Color Harmonies of #DED5F7
Complementary color
Monochromatic Colors of #DED5F7
Black with #DED5F7
Text Example
Text Example
White with #DED5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5F7; }
p { color: rgb(222,213,247); }
H1.HeaderClassName
{
color: #DED5F7;
}
.AnyTagClassName
{
color: #DED5F7;
}
</style>
background-color css
<style>
a { background-color: #DED5F7; }
a { background-color: rgb(222,213,247); }
div.DivClassName
{
background-color: #DED5F7;
}
.BgClassName
{
background-color: #DED5F7;
}
</style>
border-color css
<style>
span { border-color: #DED5F7; }
span { border-color: rgb(222,213,247); }
td.TdClassName
{
border-color: #DED5F7;
}
.TagClassName
{
border-color: #DED5F7;
}
</style>