Shades of Quartz #DDD8ED
Tints of Quartz #DDD8ED
RGB
CMYK
RGB Variations
Color information
#DDD8ED (or 0xDDD8ED) is known color: Quartz. HEX triplet: DD, D8 and ED. RGB value is (221,216,237). Sum of RGB (Red+Green+Blue) = 221+216+237=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD8ED is #222712. Grayscale: #DBDBDB. Windows color (decimal): -2238227 or 15587549. OLE color: 15587549.
HSL color Cylindrical-coordinate representation of color #DDD8ED: hue angle of 254.29º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD8ED is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 216 | 237 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.07 |
| HSL | 254.29º | 0.37% | 0.89% | - |
| HSV(B) | 254.29º | 0.09% | 0.93% | - |
| XYZ | 69.66 | 70.6 | 90.08 | - |
| YUV | 219.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 237 | 0.07 | 0.09 | 0 | 0.07 | 254.29 | 0.37 | 0.89 |
| Hex | DD | D8 | ED | 7 | 9 | 0 | 7 | FE | 25 | 59 |
| Octal | 335 | 330 | 355 | 7 | 11 | 0 | 7 | 376 | 45 | 131 |
| Binary | 11011101 | 11011000 | 11101101 | 111 | 1001 | 0 | 111 | 11111110 | 100101 | 1011001 |
Color Harmonies of #DDD8ED
Complementary color
Monochromatic Colors of #DDD8ED
Black with #DDD8ED
Text Example
Text Example
White with #DDD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8ED; }
p { color: rgb(221,216,237); }
H1.HeaderClassName
{
color: #DDD8ED;
}
.AnyTagClassName
{
color: #DDD8ED;
}
</style>
background-color css
<style>
a { background-color: #DDD8ED; }
a { background-color: rgb(221,216,237); }
div.DivClassName
{
background-color: #DDD8ED;
}
.BgClassName
{
background-color: #DDD8ED;
}
</style>
border-color css
<style>
span { border-color: #DDD8ED; }
span { border-color: rgb(221,216,237); }
td.TdClassName
{
border-color: #DDD8ED;
}
.TagClassName
{
border-color: #DDD8ED;
}
</style>