Shades of Quartz #DED7FD
Tints of Quartz #DED7FD
RGB
CMYK
RGB Variations
Color information
#DED7FD (or 0xDED7FD) is known color: Quartz. HEX triplet: DE, D7 and FD. RGB value is (222,215,253). Sum of RGB (Red+Green+Blue) = 222+215+253=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7FD is #212802. Grayscale: #DDDDDD. Windows color (decimal): -2172931 or 16635870. OLE color: 16635870.
HSL color Cylindrical-coordinate representation of color #DED7FD: hue angle of 251.05º 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 #DED7FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 215 | 253 | - |
CMYK | 0.12 | 0.15 | 0 | 0.01 |
HSL | 251.05º | 0.9% | 0.92% | - |
HSV(B) | 251.05º | 0.15% | 0.99% | - |
XYZ | 72.15 | 71.22 | 102.87 | - |
YUV | 221.43 | 145.82 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 215 | 253 | 0.12 | 0.15 | 0 | 0.01 | 251.05 | 0.9 | 0.92 |
Hex | DE | D7 | FD | C | F | 0 | 1 | FB | 5A | 5C |
Octal | 336 | 327 | 375 | 14 | 17 | 0 | 1 | 373 | 132 | 134 |
Binary | 11011110 | 11010111 | 11111101 | 1100 | 1111 | 0 | 1 | 11111011 | 1011010 | 1011100 |
Color Harmonies of #DED7FD
Complementary color
Monochromatic Colors of #DED7FD
Black with #DED7FD
Text Example
Text Example
White with #DED7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7FD; }
p { color: rgb(222,215,253); }
H1.HeaderClassName
{
color: #DED7FD;
}
.AnyTagClassName
{
color: #DED7FD;
}
</style>
background-color css
<style>
a { background-color: #DED7FD; }
a { background-color: rgb(222,215,253); }
div.DivClassName
{
background-color: #DED7FD;
}
.BgClassName
{
background-color: #DED7FD;
}
</style>
border-color css
<style>
span { border-color: #DED7FD; }
span { border-color: rgb(222,215,253); }
td.TdClassName
{
border-color: #DED7FD;
}
.TagClassName
{
border-color: #DED7FD;
}
</style>