Shades of Quartz #DED2FE
Tints of Quartz #DED2FE
RGB
CMYK
RGB Variations
Color information
#DED2FE (or 0xDED2FE) is known color: Quartz. HEX triplet: DE, D2 and FE. RGB value is (222,210,254). Sum of RGB (Red+Green+Blue) = 222+210+254=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2FE is #212D01. Grayscale: #DADADA. Windows color (decimal): -2174210 or 16700126. OLE color: 16700126.
HSL color Cylindrical-coordinate representation of color #DED2FE: hue angle of 256.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DED2FE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 210 | 254 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.00 |
| HSL | 256.36º | 0.96% | 0.91% | - |
| HSV(B) | 256.36º | 0.17% | 1% | - |
| XYZ | 71.06 | 68.78 | 103.3 | - |
| YUV | 218.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 254 | 0.13 | 0.17 | 0 | 0.00 | 256.36 | 0.96 | 0.91 |
| Hex | DE | D2 | FE | D | 11 | 0 | 0 | 100 | 60 | 5B |
| Octal | 336 | 322 | 376 | 15 | 21 | 0 | 0 | 400 | 140 | 133 |
| Binary | 11011110 | 11010010 | 11111110 | 1101 | 10001 | 0 | 0 | 100000000 | 1100000 | 1011011 |
Color Harmonies of #DED2FE
Complementary color
Monochromatic Colors of #DED2FE
Black with #DED2FE
Text Example
Text Example
White with #DED2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2FE; }
p { color: rgb(222,210,254); }
H1.HeaderClassName
{
color: #DED2FE;
}
.AnyTagClassName
{
color: #DED2FE;
}
</style>
background-color css
<style>
a { background-color: #DED2FE; }
a { background-color: rgb(222,210,254); }
div.DivClassName
{
background-color: #DED2FE;
}
.BgClassName
{
background-color: #DED2FE;
}
</style>
border-color css
<style>
span { border-color: #DED2FE; }
span { border-color: rgb(222,210,254); }
td.TdClassName
{
border-color: #DED2FE;
}
.TagClassName
{
border-color: #DED2FE;
}
</style>