Shades of Quartz #DED7F2
Tints of Quartz #DED7F2
RGB
CMYK
RGB Variations
Color information
#DED7F2 (or 0xDED7F2) is known color: Quartz. HEX triplet: DE, D7 and F2. RGB value is (222,215,242). Sum of RGB (Red+Green+Blue) = 222+215+242=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #DED7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7F2 is #21280D. Grayscale: #DCDCDC. Windows color (decimal): -2172942 or 15914974. OLE color: 15914974.
HSL color Cylindrical-coordinate representation of color #DED7F2: hue angle of 255.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED7F2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 215 | 242 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.05 |
| HSL | 255.56º | 0.51% | 0.9% | - |
| HSV(B) | 255.56º | 0.11% | 0.95% | - |
| XYZ | 70.45 | 70.54 | 93.91 | - |
| YUV | 220.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 242 | 0.08 | 0.11 | 0 | 0.05 | 255.56 | 0.51 | 0.9 |
| Hex | DE | D7 | F2 | 8 | B | 0 | 5 | 100 | 33 | 5A |
| Octal | 336 | 327 | 362 | 10 | 13 | 0 | 5 | 400 | 63 | 132 |
| Binary | 11011110 | 11010111 | 11110010 | 1000 | 1011 | 0 | 101 | 100000000 | 110011 | 1011010 |
Color Harmonies of #DED7F2
Complementary color
Monochromatic Colors of #DED7F2
Black with #DED7F2
Text Example
Text Example
White with #DED7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7F2; }
p { color: rgb(222,215,242); }
H1.HeaderClassName
{
color: #DED7F2;
}
.AnyTagClassName
{
color: #DED7F2;
}
</style>
background-color css
<style>
a { background-color: #DED7F2; }
a { background-color: rgb(222,215,242); }
div.DivClassName
{
background-color: #DED7F2;
}
.BgClassName
{
background-color: #DED7F2;
}
</style>
border-color css
<style>
span { border-color: #DED7F2; }
span { border-color: rgb(222,215,242); }
td.TdClassName
{
border-color: #DED7F2;
}
.TagClassName
{
border-color: #DED7F2;
}
</style>