Shades of Quartz #DED9F8
Tints of Quartz #DED9F8
RGB
CMYK
RGB Variations
Color information
#DED9F8 (or 0xDED9F8) is known color: Quartz. HEX triplet: DE, D9 and F8. RGB value is (222,217,248). Sum of RGB (Red+Green+Blue) = 222+217+248=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #DED9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9F8 is #212607. Grayscale: #DDDDDD. Windows color (decimal): -2172424 or 16308702. OLE color: 16308702.
HSL color Cylindrical-coordinate representation of color #DED9F8: hue angle of 249.68º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED9F8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 222 | 217 | 248 | - |
CMYK | 0.10 | 0.12 | 0 | 0.03 |
HSL | 249.68º | 0.69% | 0.91% | - |
HSV(B) | 249.68º | 0.13% | 0.97% | - |
XYZ | 71.88 | 71.93 | 98.9 | - |
YUV | 222.03 | 142.66 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 248 | 0.10 | 0.12 | 0 | 0.03 | 249.68 | 0.69 | 0.91 |
Hex | DE | D9 | F8 | A | C | 0 | 3 | FA | 45 | 5B |
Octal | 336 | 331 | 370 | 12 | 14 | 0 | 3 | 372 | 105 | 133 |
Binary | 11011110 | 11011001 | 11111000 | 1010 | 1100 | 0 | 11 | 11111010 | 1000101 | 1011011 |
Color Harmonies of #DED9F8
Complementary color
Monochromatic Colors of #DED9F8
Black with #DED9F8
Text Example
Text Example
White with #DED9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9F8; }
p { color: rgb(222,217,248); }
H1.HeaderClassName
{
color: #DED9F8;
}
.AnyTagClassName
{
color: #DED9F8;
}
</style>
background-color css
<style>
a { background-color: #DED9F8; }
a { background-color: rgb(222,217,248); }
div.DivClassName
{
background-color: #DED9F8;
}
.BgClassName
{
background-color: #DED9F8;
}
</style>
border-color css
<style>
span { border-color: #DED9F8; }
span { border-color: rgb(222,217,248); }
td.TdClassName
{
border-color: #DED9F8;
}
.TagClassName
{
border-color: #DED9F8;
}
</style>