Shades of Quartz #DED4F8
Tints of Quartz #DED4F8
RGB
CMYK
RGB Variations
Color information
#DED4F8 (or 0xDED4F8) is known color: Quartz. HEX triplet: DE, D4 and F8. RGB value is (222,212,248). Sum of RGB (Red+Green+Blue) = 222+212+248=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 248 - color contains mainly: blue. Hex color #DED4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4F8 is #212B07. Grayscale: #DADADA. Windows color (decimal): -2173704 or 16307422. OLE color: 16307422.
HSL color Cylindrical-coordinate representation of color #DED4F8: hue angle of 256.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED4F8 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 212 | 248 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.03 |
| HSL | 256.67º | 0.72% | 0.9% | - |
| HSV(B) | 256.67º | 0.15% | 0.97% | - |
| XYZ | 70.61 | 69.39 | 98.48 | - |
| YUV | 219.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 248 | 0.10 | 0.15 | 0 | 0.03 | 256.67 | 0.72 | 0.9 |
| Hex | DE | D4 | F8 | A | F | 0 | 3 | 101 | 48 | 5A |
| Octal | 336 | 324 | 370 | 12 | 17 | 0 | 3 | 401 | 110 | 132 |
| Binary | 11011110 | 11010100 | 11111000 | 1010 | 1111 | 0 | 11 | 100000001 | 1001000 | 1011010 |
Color Harmonies of #DED4F8
Complementary color
Monochromatic Colors of #DED4F8
Black with #DED4F8
Text Example
Text Example
White with #DED4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4F8; }
p { color: rgb(222,212,248); }
H1.HeaderClassName
{
color: #DED4F8;
}
.AnyTagClassName
{
color: #DED4F8;
}
</style>
background-color css
<style>
a { background-color: #DED4F8; }
a { background-color: rgb(222,212,248); }
div.DivClassName
{
background-color: #DED4F8;
}
.BgClassName
{
background-color: #DED4F8;
}
</style>
border-color css
<style>
span { border-color: #DED4F8; }
span { border-color: rgb(222,212,248); }
td.TdClassName
{
border-color: #DED4F8;
}
.TagClassName
{
border-color: #DED4F8;
}
</style>