Shades of Quartz #DED9F6
Tints of Quartz #DED9F6
RGB
CMYK
RGB Variations
Color information
#DED9F6 (or 0xDED9F6) is known color: Quartz. HEX triplet: DE, D9 and F6. RGB value is (222,217,246). Sum of RGB (Red+Green+Blue) = 222+217+246=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #DED9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9F6 is #212609. Grayscale: #DDDDDD. Windows color (decimal): -2172426 or 16177630. OLE color: 16177630.
HSL color Cylindrical-coordinate representation of color #DED9F6: hue angle of 250.34º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED9F6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 217 | 246 | - |
CMYK | 0.10 | 0.12 | 0 | 0.04 |
HSL | 250.34º | 0.62% | 0.91% | - |
HSV(B) | 250.34º | 0.12% | 0.96% | - |
XYZ | 71.57 | 71.81 | 97.28 | - |
YUV | 221.8 | 141.66 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 246 | 0.10 | 0.12 | 0 | 0.04 | 250.34 | 0.62 | 0.91 |
Hex | DE | D9 | F6 | A | C | 0 | 4 | FA | 3E | 5B |
Octal | 336 | 331 | 366 | 12 | 14 | 0 | 4 | 372 | 76 | 133 |
Binary | 11011110 | 11011001 | 11110110 | 1010 | 1100 | 0 | 100 | 11111010 | 111110 | 1011011 |
Color Harmonies of #DED9F6
Complementary color
Monochromatic Colors of #DED9F6
Black with #DED9F6
Text Example
Text Example
White with #DED9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9F6; }
p { color: rgb(222,217,246); }
H1.HeaderClassName
{
color: #DED9F6;
}
.AnyTagClassName
{
color: #DED9F6;
}
</style>
background-color css
<style>
a { background-color: #DED9F6; }
a { background-color: rgb(222,217,246); }
div.DivClassName
{
background-color: #DED9F6;
}
.BgClassName
{
background-color: #DED9F6;
}
</style>
border-color css
<style>
span { border-color: #DED9F6; }
span { border-color: rgb(222,217,246); }
td.TdClassName
{
border-color: #DED9F6;
}
.TagClassName
{
border-color: #DED9F6;
}
</style>