Shades of Quartz #DED3FC
Tints of Quartz #DED3FC
RGB
CMYK
RGB Variations
Color information
#DED3FC (or 0xDED3FC) is known color: Quartz. HEX triplet: DE, D3 and FC. RGB value is (222,211,252). Sum of RGB (Red+Green+Blue) = 222+211+252=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #DED3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3FC is #212C03. Grayscale: #DADADA. Windows color (decimal): -2173956 or 16569310. OLE color: 16569310.
HSL color Cylindrical-coordinate representation of color #DED3FC: hue angle of 256.1º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED3FC is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 211 | 252 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.01 |
| HSL | 256.1º | 0.87% | 0.91% | - |
| HSV(B) | 256.1º | 0.16% | 0.99% | - |
| XYZ | 70.99 | 69.15 | 101.7 | - |
| YUV | 218.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 252 | 0.12 | 0.16 | 0 | 0.01 | 256.1 | 0.87 | 0.91 |
| Hex | DE | D3 | FC | C | 10 | 0 | 1 | 100 | 57 | 5B |
| Octal | 336 | 323 | 374 | 14 | 20 | 0 | 1 | 400 | 127 | 133 |
| Binary | 11011110 | 11010011 | 11111100 | 1100 | 10000 | 0 | 1 | 100000000 | 1010111 | 1011011 |
Color Harmonies of #DED3FC
Complementary color
Monochromatic Colors of #DED3FC
Black with #DED3FC
Text Example
Text Example
White with #DED3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3FC; }
p { color: rgb(222,211,252); }
H1.HeaderClassName
{
color: #DED3FC;
}
.AnyTagClassName
{
color: #DED3FC;
}
</style>
background-color css
<style>
a { background-color: #DED3FC; }
a { background-color: rgb(222,211,252); }
div.DivClassName
{
background-color: #DED3FC;
}
.BgClassName
{
background-color: #DED3FC;
}
</style>
border-color css
<style>
span { border-color: #DED3FC; }
span { border-color: rgb(222,211,252); }
td.TdClassName
{
border-color: #DED3FC;
}
.TagClassName
{
border-color: #DED3FC;
}
</style>