Shades of Quartz #DED4FA
Tints of Quartz #DED4FA
RGB
CMYK
RGB Variations
Color information
#DED4FA (or 0xDED4FA) is known color: Quartz. HEX triplet: DE, D4 and FA. RGB value is (222,212,250). Sum of RGB (Red+Green+Blue) = 222+212+250=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 212 (83.20% from 255 or 30.99% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #DED4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4FA is #212B05. Grayscale: #DBDBDB. Windows color (decimal): -2173702 or 16438494. OLE color: 16438494.
HSL color Cylindrical-coordinate representation of color #DED4FA: hue angle of 255.79º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED4FA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 212 | 250 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.02 |
| HSL | 255.79º | 0.79% | 0.91% | - |
| HSV(B) | 255.79º | 0.15% | 0.98% | - |
| XYZ | 70.92 | 69.52 | 100.12 | - |
| YUV | 219.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 250 | 0.11 | 0.15 | 0 | 0.02 | 255.79 | 0.79 | 0.91 |
| Hex | DE | D4 | FA | B | F | 0 | 2 | 100 | 4F | 5B |
| Octal | 336 | 324 | 372 | 13 | 17 | 0 | 2 | 400 | 117 | 133 |
| Binary | 11011110 | 11010100 | 11111010 | 1011 | 1111 | 0 | 10 | 100000000 | 1001111 | 1011011 |
Color Harmonies of #DED4FA
Complementary color
Monochromatic Colors of #DED4FA
Black with #DED4FA
Text Example
Text Example
White with #DED4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4FA; }
p { color: rgb(222,212,250); }
H1.HeaderClassName
{
color: #DED4FA;
}
.AnyTagClassName
{
color: #DED4FA;
}
</style>
background-color css
<style>
a { background-color: #DED4FA; }
a { background-color: rgb(222,212,250); }
div.DivClassName
{
background-color: #DED4FA;
}
.BgClassName
{
background-color: #DED4FA;
}
</style>
border-color css
<style>
span { border-color: #DED4FA; }
span { border-color: rgb(222,212,250); }
td.TdClassName
{
border-color: #DED4FA;
}
.TagClassName
{
border-color: #DED4FA;
}
</style>