Shades of Quartz #DED5FB
Tints of Quartz #DED5FB
RGB
CMYK
RGB Variations
Color information
#DED5FB (or 0xDED5FB) is known color: Quartz. HEX triplet: DE, D5 and FB. RGB value is (222,213,251). Sum of RGB (Red+Green+Blue) = 222+213+251=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 213 (83.59% from 255 or 31.05% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #DED5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FB is #212A04. Grayscale: #DBDBDB. Windows color (decimal): -2173445 or 16504286. OLE color: 16504286.
HSL color Cylindrical-coordinate representation of color #DED5FB: hue angle of 254.21º degrees, saturation: 0.83, 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 #DED5FB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 213 | 251 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.02 |
| HSL | 254.21º | 0.83% | 0.91% | - |
| HSV(B) | 254.21º | 0.15% | 0.98% | - |
| XYZ | 71.33 | 70.08 | 101.03 | - |
| YUV | 220.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 251 | 0.12 | 0.15 | 0 | 0.02 | 254.21 | 0.83 | 0.91 |
| Hex | DE | D5 | FB | C | F | 0 | 2 | FE | 53 | 5B |
| Octal | 336 | 325 | 373 | 14 | 17 | 0 | 2 | 376 | 123 | 133 |
| Binary | 11011110 | 11010101 | 11111011 | 1100 | 1111 | 0 | 10 | 11111110 | 1010011 | 1011011 |
Color Harmonies of #DED5FB
Complementary color
Monochromatic Colors of #DED5FB
Black with #DED5FB
Text Example
Text Example
White with #DED5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5FB; }
p { color: rgb(222,213,251); }
H1.HeaderClassName
{
color: #DED5FB;
}
.AnyTagClassName
{
color: #DED5FB;
}
</style>
background-color css
<style>
a { background-color: #DED5FB; }
a { background-color: rgb(222,213,251); }
div.DivClassName
{
background-color: #DED5FB;
}
.BgClassName
{
background-color: #DED5FB;
}
</style>
border-color css
<style>
span { border-color: #DED5FB; }
span { border-color: rgb(222,213,251); }
td.TdClassName
{
border-color: #DED5FB;
}
.TagClassName
{
border-color: #DED5FB;
}
</style>