Shades of Quartz #DED7FE
Tints of Quartz #DED7FE
RGB
CMYK
RGB Variations
Color information
#DED7FE (or 0xDED7FE) is known color: Quartz. HEX triplet: DE, D7 and FE. RGB value is (222,215,254). Sum of RGB (Red+Green+Blue) = 222+215+254=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7FE is #212801. Grayscale: #DDDDDD. Windows color (decimal): -2172930 or 16701406. OLE color: 16701406.
HSL color Cylindrical-coordinate representation of color #DED7FE: hue angle of 250.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED7FE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 215 | 254 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.00 |
| HSL | 250.77º | 0.95% | 0.92% | - |
| HSV(B) | 250.77º | 0.15% | 1% | - |
| XYZ | 72.31 | 71.29 | 103.71 | - |
| YUV | 221.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 254 | 0.13 | 0.15 | 0 | 0.00 | 250.77 | 0.95 | 0.92 |
| Hex | DE | D7 | FE | D | F | 0 | 0 | FB | 5F | 5C |
| Octal | 336 | 327 | 376 | 15 | 17 | 0 | 0 | 373 | 137 | 134 |
| Binary | 11011110 | 11010111 | 11111110 | 1101 | 1111 | 0 | 0 | 11111011 | 1011111 | 1011100 |
Color Harmonies of #DED7FE
Complementary color
Monochromatic Colors of #DED7FE
Black with #DED7FE
Text Example
Text Example
White with #DED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7FE; }
p { color: rgb(222,215,254); }
H1.HeaderClassName
{
color: #DED7FE;
}
.AnyTagClassName
{
color: #DED7FE;
}
</style>
background-color css
<style>
a { background-color: #DED7FE; }
a { background-color: rgb(222,215,254); }
div.DivClassName
{
background-color: #DED7FE;
}
.BgClassName
{
background-color: #DED7FE;
}
</style>
border-color css
<style>
span { border-color: #DED7FE; }
span { border-color: rgb(222,215,254); }
td.TdClassName
{
border-color: #DED7FE;
}
.TagClassName
{
border-color: #DED7FE;
}
</style>