Shades of Quartz #DED7F1
Tints of Quartz #DED7F1
RGB
CMYK
RGB Variations
Color information
#DED7F1 (or 0xDED7F1) is known color: Quartz. HEX triplet: DE, D7 and F1. RGB value is (222,215,241). Sum of RGB (Red+Green+Blue) = 222+215+241=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DED7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7F1 is #21280E. Grayscale: #DBDBDB. Windows color (decimal): -2172943 or 15849438. OLE color: 15849438.
HSL color Cylindrical-coordinate representation of color #DED7F1: hue angle of 256.15º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED7F1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 215 | 241 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.05 |
| HSL | 256.15º | 0.48% | 0.89% | - |
| HSV(B) | 256.15º | 0.11% | 0.95% | - |
| XYZ | 70.3 | 70.48 | 93.12 | - |
| YUV | 220.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 241 | 0.08 | 0.11 | 0 | 0.05 | 256.15 | 0.48 | 0.89 |
| Hex | DE | D7 | F1 | 8 | B | 0 | 5 | 100 | 30 | 59 |
| Octal | 336 | 327 | 361 | 10 | 13 | 0 | 5 | 400 | 60 | 131 |
| Binary | 11011110 | 11010111 | 11110001 | 1000 | 1011 | 0 | 101 | 100000000 | 110000 | 1011001 |
Color Harmonies of #DED7F1
Complementary color
Monochromatic Colors of #DED7F1
Black with #DED7F1
Text Example
Text Example
White with #DED7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7F1; }
p { color: rgb(222,215,241); }
H1.HeaderClassName
{
color: #DED7F1;
}
.AnyTagClassName
{
color: #DED7F1;
}
</style>
background-color css
<style>
a { background-color: #DED7F1; }
a { background-color: rgb(222,215,241); }
div.DivClassName
{
background-color: #DED7F1;
}
.BgClassName
{
background-color: #DED7F1;
}
</style>
border-color css
<style>
span { border-color: #DED7F1; }
span { border-color: rgb(222,215,241); }
td.TdClassName
{
border-color: #DED7F1;
}
.TagClassName
{
border-color: #DED7F1;
}
</style>