Shades of Quartz #DED5FD
Tints of Quartz #DED5FD
RGB
CMYK
RGB Variations
Color information
#DED5FD (or 0xDED5FD) is known color: Quartz. HEX triplet: DE, D5 and FD. RGB value is (222,213,253). Sum of RGB (Red+Green+Blue) = 222+213+253=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FD is #212A02. Grayscale: #DCDCDC. Windows color (decimal): -2173443 or 16635358. OLE color: 16635358.
HSL color Cylindrical-coordinate representation of color #DED5FD: hue angle of 253.5º degrees, saturation: 0.91, 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 #DED5FD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 213 | 253 | - |
CMYK | 0.12 | 0.16 | 0 | 0.01 |
HSL | 253.5º | 0.91% | 0.91% | - |
HSV(B) | 253.5º | 0.16% | 0.99% | - |
XYZ | 71.65 | 70.21 | 102.7 | - |
YUV | 220.25 | 146.48 | 129.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 253 | 0.12 | 0.16 | 0 | 0.01 | 253.5 | 0.91 | 0.91 |
Hex | DE | D5 | FD | C | 10 | 0 | 1 | FE | 5B | 5B |
Octal | 336 | 325 | 375 | 14 | 20 | 0 | 1 | 376 | 133 | 133 |
Binary | 11011110 | 11010101 | 11111101 | 1100 | 10000 | 0 | 1 | 11111110 | 1011011 | 1011011 |
Color Harmonies of #DED5FD
Complementary color
Monochromatic Colors of #DED5FD
Black with #DED5FD
Text Example
Text Example
White with #DED5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5FD; }
p { color: rgb(222,213,253); }
H1.HeaderClassName
{
color: #DED5FD;
}
.AnyTagClassName
{
color: #DED5FD;
}
</style>
background-color css
<style>
a { background-color: #DED5FD; }
a { background-color: rgb(222,213,253); }
div.DivClassName
{
background-color: #DED5FD;
}
.BgClassName
{
background-color: #DED5FD;
}
</style>
border-color css
<style>
span { border-color: #DED5FD; }
span { border-color: rgb(222,213,253); }
td.TdClassName
{
border-color: #DED5FD;
}
.TagClassName
{
border-color: #DED5FD;
}
</style>