Shades of Quartz #DED8F5
Tints of Quartz #DED8F5
RGB
CMYK
RGB Variations
Color information
#DED8F5 (or 0xDED8F5) is known color: Quartz. HEX triplet: DE, D8 and F5. RGB value is (222,216,245). Sum of RGB (Red+Green+Blue) = 222+216+245=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #DED8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8F5 is #21270A. Grayscale: #DCDCDC. Windows color (decimal): -2172683 or 16111838. OLE color: 16111838.
HSL color Cylindrical-coordinate representation of color #DED8F5: hue angle of 252.41º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED8F5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 216 | 245 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.04 |
| HSL | 252.41º | 0.59% | 0.9% | - |
| HSV(B) | 252.41º | 0.12% | 0.96% | - |
| XYZ | 71.16 | 71.23 | 96.39 | - |
| YUV | 221.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 245 | 0.09 | 0.12 | 0 | 0.04 | 252.41 | 0.59 | 0.9 |
| Hex | DE | D8 | F5 | 9 | C | 0 | 4 | FC | 3B | 5A |
| Octal | 336 | 330 | 365 | 11 | 14 | 0 | 4 | 374 | 73 | 132 |
| Binary | 11011110 | 11011000 | 11110101 | 1001 | 1100 | 0 | 100 | 11111100 | 111011 | 1011010 |
Color Harmonies of #DED8F5
Complementary color
Monochromatic Colors of #DED8F5
Black with #DED8F5
Text Example
Text Example
White with #DED8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8F5; }
p { color: rgb(222,216,245); }
H1.HeaderClassName
{
color: #DED8F5;
}
.AnyTagClassName
{
color: #DED8F5;
}
</style>
background-color css
<style>
a { background-color: #DED8F5; }
a { background-color: rgb(222,216,245); }
div.DivClassName
{
background-color: #DED8F5;
}
.BgClassName
{
background-color: #DED8F5;
}
</style>
border-color css
<style>
span { border-color: #DED8F5; }
span { border-color: rgb(222,216,245); }
td.TdClassName
{
border-color: #DED8F5;
}
.TagClassName
{
border-color: #DED8F5;
}
</style>