Shades of Quartz #DED9FA
Tints of Quartz #DED9FA
RGB
CMYK
RGB Variations
Color information
#DED9FA (or 0xDED9FA) is known color: Quartz. HEX triplet: DE, D9 and FA. RGB value is (222,217,250). Sum of RGB (Red+Green+Blue) = 222+217+250=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #DED9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FA is #212605. Grayscale: #DEDEDE. Windows color (decimal): -2172422 or 16439774. OLE color: 16439774.
HSL color Cylindrical-coordinate representation of color #DED9FA: hue angle of 249.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED9FA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 217 | 250 | - |
CMYK | 0.11 | 0.13 | 0 | 0.02 |
HSL | 249.09º | 0.77% | 0.92% | - |
HSV(B) | 249.09º | 0.13% | 0.98% | - |
XYZ | 72.19 | 72.06 | 100.55 | - |
YUV | 222.26 | 143.66 | 127.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 250 | 0.11 | 0.13 | 0 | 0.02 | 249.09 | 0.77 | 0.92 |
Hex | DE | D9 | FA | B | D | 0 | 2 | F9 | 4D | 5C |
Octal | 336 | 331 | 372 | 13 | 15 | 0 | 2 | 371 | 115 | 134 |
Binary | 11011110 | 11011001 | 11111010 | 1011 | 1101 | 0 | 10 | 11111001 | 1001101 | 1011100 |
Color Harmonies of #DED9FA
Complementary color
Monochromatic Colors of #DED9FA
Black with #DED9FA
Text Example
Text Example
White with #DED9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9FA; }
p { color: rgb(222,217,250); }
H1.HeaderClassName
{
color: #DED9FA;
}
.AnyTagClassName
{
color: #DED9FA;
}
</style>
background-color css
<style>
a { background-color: #DED9FA; }
a { background-color: rgb(222,217,250); }
div.DivClassName
{
background-color: #DED9FA;
}
.BgClassName
{
background-color: #DED9FA;
}
</style>
border-color css
<style>
span { border-color: #DED9FA; }
span { border-color: rgb(222,217,250); }
td.TdClassName
{
border-color: #DED9FA;
}
.TagClassName
{
border-color: #DED9FA;
}
</style>