Shades of Quartz #DDDDE8
Tints of Quartz #DDDDE8
RGB
CMYK
RGB Variations
Color information
#DDDDE8 (or 0xDDDDE8) is known color: Quartz. HEX triplet: DD, DD and E8. RGB value is (221,221,232). Sum of RGB (Red+Green+Blue) = 221+221+232=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDE8 is #222217. Grayscale: #DEDEDE. Windows color (decimal): -2236952 or 15261149. OLE color: 15261149.
HSL color Cylindrical-coordinate representation of color #DDDDE8: hue angle of 240º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDDE8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 221 | 232 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.09 |
| HSL | 240º | 0.19% | 0.89% | - |
| HSV(B) | 240º | 0.05% | 0.91% | - |
| XYZ | 70.24 | 72.91 | 86.72 | - |
| YUV | 222.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 232 | 0.05 | 0.05 | 0 | 0.09 | 240 | 0.19 | 0.89 |
| Hex | DD | DD | E8 | 5 | 5 | 0 | 9 | F0 | 13 | 59 |
| Octal | 335 | 335 | 350 | 5 | 5 | 0 | 11 | 360 | 23 | 131 |
| Binary | 11011101 | 11011101 | 11101000 | 101 | 101 | 0 | 1001 | 11110000 | 10011 | 1011001 |
Color Harmonies of #DDDDE8
Complementary color
Monochromatic Colors of #DDDDE8
Black with #DDDDE8
Text Example
Text Example
White with #DDDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE8; }
p { color: rgb(221,221,232); }
H1.HeaderClassName
{
color: #DDDDE8;
}
.AnyTagClassName
{
color: #DDDDE8;
}
</style>
background-color css
<style>
a { background-color: #DDDDE8; }
a { background-color: rgb(221,221,232); }
div.DivClassName
{
background-color: #DDDDE8;
}
.BgClassName
{
background-color: #DDDDE8;
}
</style>
border-color css
<style>
span { border-color: #DDDDE8; }
span { border-color: rgb(221,221,232); }
td.TdClassName
{
border-color: #DDDDE8;
}
.TagClassName
{
border-color: #DDDDE8;
}
</style>