Shades of Quartz #DED3FB
Tints of Quartz #DED3FB
RGB
CMYK
RGB Variations
Color information
#DED3FB (or 0xDED3FB) is known color: Quartz. HEX triplet: DE, D3 and FB. RGB value is (222,211,251). Sum of RGB (Red+Green+Blue) = 222+211+251=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #DED3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3FB is #212C04. Grayscale: #DADADA. Windows color (decimal): -2173957 or 16503774. OLE color: 16503774.
HSL color Cylindrical-coordinate representation of color #DED3FB: hue angle of 256.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED3FB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 211 | 251 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 256.5º | 0.83% | 0.91% | - |
| HSV(B) | 256.5º | 0.16% | 0.98% | - |
| XYZ | 70.83 | 69.08 | 100.87 | - |
| YUV | 218.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 251 | 0.12 | 0.16 | 0 | 0.02 | 256.5 | 0.83 | 0.91 |
| Hex | DE | D3 | FB | C | 10 | 0 | 2 | 100 | 53 | 5B |
| Octal | 336 | 323 | 373 | 14 | 20 | 0 | 2 | 400 | 123 | 133 |
| Binary | 11011110 | 11010011 | 11111011 | 1100 | 10000 | 0 | 10 | 100000000 | 1010011 | 1011011 |
Color Harmonies of #DED3FB
Complementary color
Monochromatic Colors of #DED3FB
Black with #DED3FB
Text Example
Text Example
White with #DED3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3FB; }
p { color: rgb(222,211,251); }
H1.HeaderClassName
{
color: #DED3FB;
}
.AnyTagClassName
{
color: #DED3FB;
}
</style>
background-color css
<style>
a { background-color: #DED3FB; }
a { background-color: rgb(222,211,251); }
div.DivClassName
{
background-color: #DED3FB;
}
.BgClassName
{
background-color: #DED3FB;
}
</style>
border-color css
<style>
span { border-color: #DED3FB; }
span { border-color: rgb(222,211,251); }
td.TdClassName
{
border-color: #DED3FB;
}
.TagClassName
{
border-color: #DED3FB;
}
</style>