Shades of Quartz #DED9ED
Tints of Quartz #DED9ED
RGB
CMYK
RGB Variations
Color information
#DED9ED (or 0xDED9ED) is known color: Quartz. HEX triplet: DE, D9 and ED. RGB value is (222,217,237). Sum of RGB (Red+Green+Blue) = 222+217+237=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9ED is #212612. Grayscale: #DCDCDC. Windows color (decimal): -2172435 or 15587806. OLE color: 15587806.
HSL color Cylindrical-coordinate representation of color #DED9ED: hue angle of 255º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED9ED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 217 | 237 | - |
CMYK | 0.06 | 0.08 | 0 | 0.07 |
HSL | 255º | 0.36% | 0.89% | - |
HSV(B) | 255º | 0.08% | 0.93% | - |
XYZ | 70.22 | 71.27 | 90.18 | - |
YUV | 220.78 | 137.16 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 237 | 0.06 | 0.08 | 0 | 0.07 | 255 | 0.36 | 0.89 |
Hex | DE | D9 | ED | 6 | 8 | 0 | 7 | FF | 24 | 59 |
Octal | 336 | 331 | 355 | 6 | 10 | 0 | 7 | 377 | 44 | 131 |
Binary | 11011110 | 11011001 | 11101101 | 110 | 1000 | 0 | 111 | 11111111 | 100100 | 1011001 |
Color Harmonies of #DED9ED
Complementary color
Monochromatic Colors of #DED9ED
Black with #DED9ED
Text Example
Text Example
White with #DED9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9ED; }
p { color: rgb(222,217,237); }
H1.HeaderClassName
{
color: #DED9ED;
}
.AnyTagClassName
{
color: #DED9ED;
}
</style>
background-color css
<style>
a { background-color: #DED9ED; }
a { background-color: rgb(222,217,237); }
div.DivClassName
{
background-color: #DED9ED;
}
.BgClassName
{
background-color: #DED9ED;
}
</style>
border-color css
<style>
span { border-color: #DED9ED; }
span { border-color: rgb(222,217,237); }
td.TdClassName
{
border-color: #DED9ED;
}
.TagClassName
{
border-color: #DED9ED;
}
</style>