Shades of Quartz #DED5FC
Tints of Quartz #DED5FC
RGB
CMYK
RGB Variations
Color information
#DED5FC (or 0xDED5FC) is known color: Quartz. HEX triplet: DE, D5 and FC. RGB value is (222,213,252). Sum of RGB (Red+Green+Blue) = 222+213+252=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #DED5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FC is #212A03. Grayscale: #DBDBDB. Windows color (decimal): -2173444 or 16569822. OLE color: 16569822.
HSL color Cylindrical-coordinate representation of color #DED5FC: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED5FC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 213 | 252 | - |
CMYK | 0.12 | 0.15 | 0 | 0.01 |
HSL | 253.85º | 0.87% | 0.91% | - |
HSV(B) | 253.85º | 0.15% | 0.99% | - |
XYZ | 71.49 | 70.15 | 101.87 | - |
YUV | 220.14 | 145.98 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 252 | 0.12 | 0.15 | 0 | 0.01 | 253.85 | 0.87 | 0.91 |
Hex | DE | D5 | FC | C | F | 0 | 1 | FE | 57 | 5B |
Octal | 336 | 325 | 374 | 14 | 17 | 0 | 1 | 376 | 127 | 133 |
Binary | 11011110 | 11010101 | 11111100 | 1100 | 1111 | 0 | 1 | 11111110 | 1010111 | 1011011 |
Color Harmonies of #DED5FC
Complementary color
Monochromatic Colors of #DED5FC
Black with #DED5FC
Text Example
Text Example
White with #DED5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5FC; }
p { color: rgb(222,213,252); }
H1.HeaderClassName
{
color: #DED5FC;
}
.AnyTagClassName
{
color: #DED5FC;
}
</style>
background-color css
<style>
a { background-color: #DED5FC; }
a { background-color: rgb(222,213,252); }
div.DivClassName
{
background-color: #DED5FC;
}
.BgClassName
{
background-color: #DED5FC;
}
</style>
border-color css
<style>
span { border-color: #DED5FC; }
span { border-color: rgb(222,213,252); }
td.TdClassName
{
border-color: #DED5FC;
}
.TagClassName
{
border-color: #DED5FC;
}
</style>