Shades of Quartz #DEDDF5
Tints of Quartz #DEDDF5
RGB
CMYK
RGB Variations
Color information
#DEDDF5 (or 0xDEDDF5) is known color: Quartz. HEX triplet: DE, DD and F5. RGB value is (222,221,245). Sum of RGB (Red+Green+Blue) = 222+221+245=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDDF5 is #21220A. Grayscale: #DFDFDF. Windows color (decimal): -2171403 or 16113118. OLE color: 16113118.
HSL color Cylindrical-coordinate representation of color #DEDDF5: hue angle of 242.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDDF5 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 221 | 245 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 242.5º | 0.55% | 0.91% | - |
| HSV(B) | 242.5º | 0.1% | 0.96% | - |
| XYZ | 72.46 | 73.84 | 96.82 | - |
| YUV | 224.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 245 | 0.09 | 0.10 | 0 | 0.04 | 242.5 | 0.55 | 0.91 |
| Hex | DE | DD | F5 | 9 | A | 0 | 4 | F2 | 37 | 5B |
| Octal | 336 | 335 | 365 | 11 | 12 | 0 | 4 | 362 | 67 | 133 |
| Binary | 11011110 | 11011101 | 11110101 | 1001 | 1010 | 0 | 100 | 11110010 | 110111 | 1011011 |
Color Harmonies of #DEDDF5
Complementary color
Monochromatic Colors of #DEDDF5
Black with #DEDDF5
Text Example
Text Example
White with #DEDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDF5; }
p { color: rgb(222,221,245); }
H1.HeaderClassName
{
color: #DEDDF5;
}
.AnyTagClassName
{
color: #DEDDF5;
}
</style>
background-color css
<style>
a { background-color: #DEDDF5; }
a { background-color: rgb(222,221,245); }
div.DivClassName
{
background-color: #DEDDF5;
}
.BgClassName
{
background-color: #DEDDF5;
}
</style>
border-color css
<style>
span { border-color: #DEDDF5; }
span { border-color: rgb(222,221,245); }
td.TdClassName
{
border-color: #DEDDF5;
}
.TagClassName
{
border-color: #DEDDF5;
}
</style>