Shades of Quartz #DED8FD
Tints of Quartz #DED8FD
RGB
CMYK
RGB Variations
Color information
#DED8FD (or 0xDED8FD) is known color: Quartz. HEX triplet: DE, D8 and FD. RGB value is (222,216,253). Sum of RGB (Red+Green+Blue) = 222+216+253=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8FD is #212702. Grayscale: #DDDDDD. Windows color (decimal): -2172675 or 16636126. OLE color: 16636126.
HSL color Cylindrical-coordinate representation of color #DED8FD: hue angle of 249.73º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED8FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 216 | 253 | - |
CMYK | 0.12 | 0.15 | 0 | 0.01 |
HSL | 249.73º | 0.9% | 0.92% | - |
HSV(B) | 249.73º | 0.15% | 0.99% | - |
XYZ | 72.41 | 71.73 | 102.96 | - |
YUV | 222.01 | 145.49 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 216 | 253 | 0.12 | 0.15 | 0 | 0.01 | 249.73 | 0.9 | 0.92 |
Hex | DE | D8 | FD | C | F | 0 | 1 | FA | 5A | 5C |
Octal | 336 | 330 | 375 | 14 | 17 | 0 | 1 | 372 | 132 | 134 |
Binary | 11011110 | 11011000 | 11111101 | 1100 | 1111 | 0 | 1 | 11111010 | 1011010 | 1011100 |
Color Harmonies of #DED8FD
Complementary color
Monochromatic Colors of #DED8FD
Black with #DED8FD
Text Example
Text Example
White with #DED8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8FD; }
p { color: rgb(222,216,253); }
H1.HeaderClassName
{
color: #DED8FD;
}
.AnyTagClassName
{
color: #DED8FD;
}
</style>
background-color css
<style>
a { background-color: #DED8FD; }
a { background-color: rgb(222,216,253); }
div.DivClassName
{
background-color: #DED8FD;
}
.BgClassName
{
background-color: #DED8FD;
}
</style>
border-color css
<style>
span { border-color: #DED8FD; }
span { border-color: rgb(222,216,253); }
td.TdClassName
{
border-color: #DED8FD;
}
.TagClassName
{
border-color: #DED8FD;
}
</style>