Shades of Quartz #DEDDFD
Tints of Quartz #DEDDFD
RGB
CMYK
RGB Variations
Color information
#DEDDFD (or 0xDEDDFD) is known color: Quartz. HEX triplet: DE, DD and FD. RGB value is (222,221,253). Sum of RGB (Red+Green+Blue) = 222+221+253=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDFD is #212202. Grayscale: #E0E0E0. Windows color (decimal): -2171395 or 16637406. OLE color: 16637406.
HSL color Cylindrical-coordinate representation of color #DEDDFD: hue angle of 241.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDDFD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 222 | 221 | 253 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 241.88º | 0.89% | 0.93% | - |
HSV(B) | 241.88º | 0.13% | 0.99% | - |
XYZ | 73.71 | 74.33 | 103.39 | - |
YUV | 224.95 | 143.83 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 253 | 0.12 | 0.13 | 0 | 0.01 | 241.88 | 0.89 | 0.93 |
Hex | DE | DD | FD | C | D | 0 | 1 | F2 | 59 | 5D |
Octal | 336 | 335 | 375 | 14 | 15 | 0 | 1 | 362 | 131 | 135 |
Binary | 11011110 | 11011101 | 11111101 | 1100 | 1101 | 0 | 1 | 11110010 | 1011001 | 1011101 |
Color Harmonies of #DEDDFD
Complementary color
Monochromatic Colors of #DEDDFD
Black with #DEDDFD
Text Example
Text Example
White with #DEDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDFD; }
p { color: rgb(222,221,253); }
H1.HeaderClassName
{
color: #DEDDFD;
}
.AnyTagClassName
{
color: #DEDDFD;
}
</style>
background-color css
<style>
a { background-color: #DEDDFD; }
a { background-color: rgb(222,221,253); }
div.DivClassName
{
background-color: #DEDDFD;
}
.BgClassName
{
background-color: #DEDDFD;
}
</style>
border-color css
<style>
span { border-color: #DEDDFD; }
span { border-color: rgb(222,221,253); }
td.TdClassName
{
border-color: #DEDDFD;
}
.TagClassName
{
border-color: #DEDDFD;
}
</style>