Shades of Quartz #DED9F0
Tints of Quartz #DED9F0
RGB
CMYK
RGB Variations
Color information
#DED9F0 (or 0xDED9F0) is known color: Quartz. HEX triplet: DE, D9 and F0. RGB value is (222,217,240). Sum of RGB (Red+Green+Blue) = 222+217+240=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #DED9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9F0 is #21260F. Grayscale: #DDDDDD. Windows color (decimal): -2172432 or 15784414. OLE color: 15784414.
HSL color Cylindrical-coordinate representation of color #DED9F0: hue angle of 253.04º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED9F0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 217 | 240 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.06 |
| HSL | 253.04º | 0.43% | 0.9% | - |
| HSV(B) | 253.04º | 0.1% | 0.94% | - |
| XYZ | 70.67 | 71.45 | 92.5 | - |
| YUV | 221.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 240 | 0.08 | 0.10 | 0 | 0.06 | 253.04 | 0.43 | 0.9 |
| Hex | DE | D9 | F0 | 8 | A | 0 | 6 | FD | 2B | 5A |
| Octal | 336 | 331 | 360 | 10 | 12 | 0 | 6 | 375 | 53 | 132 |
| Binary | 11011110 | 11011001 | 11110000 | 1000 | 1010 | 0 | 110 | 11111101 | 101011 | 1011010 |
Color Harmonies of #DED9F0
Complementary color
Monochromatic Colors of #DED9F0
Black with #DED9F0
Text Example
Text Example
White with #DED9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9F0; }
p { color: rgb(222,217,240); }
H1.HeaderClassName
{
color: #DED9F0;
}
.AnyTagClassName
{
color: #DED9F0;
}
</style>
background-color css
<style>
a { background-color: #DED9F0; }
a { background-color: rgb(222,217,240); }
div.DivClassName
{
background-color: #DED9F0;
}
.BgClassName
{
background-color: #DED9F0;
}
</style>
border-color css
<style>
span { border-color: #DED9F0; }
span { border-color: rgb(222,217,240); }
td.TdClassName
{
border-color: #DED9F0;
}
.TagClassName
{
border-color: #DED9F0;
}
</style>