Shades of Quartz #DED8F2
Tints of Quartz #DED8F2
RGB
CMYK
RGB Variations
Color information
#DED8F2 (or 0xDED8F2) is known color: Quartz. HEX triplet: DE, D8 and F2. RGB value is (222,216,242). Sum of RGB (Red+Green+Blue) = 222+216+242=680 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.65% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #DED8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8F2 is #21270D. Grayscale: #DCDCDC. Windows color (decimal): -2172686 or 15915230. OLE color: 15915230.
HSL color Cylindrical-coordinate representation of color #DED8F2: hue angle of 253.85º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED8F2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 216 | 242 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.05 |
| HSL | 253.85º | 0.5% | 0.9% | - |
| HSV(B) | 253.85º | 0.11% | 0.95% | - |
| XYZ | 70.71 | 71.05 | 93.99 | - |
| YUV | 220.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 242 | 0.08 | 0.11 | 0 | 0.05 | 253.85 | 0.5 | 0.9 |
| Hex | DE | D8 | F2 | 8 | B | 0 | 5 | FE | 32 | 5A |
| Octal | 336 | 330 | 362 | 10 | 13 | 0 | 5 | 376 | 62 | 132 |
| Binary | 11011110 | 11011000 | 11110010 | 1000 | 1011 | 0 | 101 | 11111110 | 110010 | 1011010 |
Color Harmonies of #DED8F2
Complementary color
Monochromatic Colors of #DED8F2
Black with #DED8F2
Text Example
Text Example
White with #DED8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8F2; }
p { color: rgb(222,216,242); }
H1.HeaderClassName
{
color: #DED8F2;
}
.AnyTagClassName
{
color: #DED8F2;
}
</style>
background-color css
<style>
a { background-color: #DED8F2; }
a { background-color: rgb(222,216,242); }
div.DivClassName
{
background-color: #DED8F2;
}
.BgClassName
{
background-color: #DED8F2;
}
</style>
border-color css
<style>
span { border-color: #DED8F2; }
span { border-color: rgb(222,216,242); }
td.TdClassName
{
border-color: #DED8F2;
}
.TagClassName
{
border-color: #DED8F2;
}
</style>