Shades of Quartz #DDD9EB
Tints of Quartz #DDD9EB
RGB
CMYK
RGB Variations
Color information
#DDD9EB (or 0xDDD9EB) is known color: Quartz. HEX triplet: DD, D9 and EB. RGB value is (221,217,235). Sum of RGB (Red+Green+Blue) = 221+217+235=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EB is #222614. Grayscale: #DCDCDC. Windows color (decimal): -2237973 or 15456733. OLE color: 15456733.
HSL color Cylindrical-coordinate representation of color #DDD9EB: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD9EB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 221 | 217 | 235 | - |
CMYK | 0.06 | 0.08 | 0 | 0.08 |
HSL | 253.33º | 0.31% | 0.89% | - |
HSV(B) | 253.33º | 0.08% | 0.92% | - |
XYZ | 69.63 | 71 | 88.63 | - |
YUV | 220.25 | 136.33 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 235 | 0.06 | 0.08 | 0 | 0.08 | 253.33 | 0.31 | 0.89 |
Hex | DD | D9 | EB | 6 | 8 | 0 | 8 | FD | 1F | 59 |
Octal | 335 | 331 | 353 | 6 | 10 | 0 | 10 | 375 | 37 | 131 |
Binary | 11011101 | 11011001 | 11101011 | 110 | 1000 | 0 | 1000 | 11111101 | 11111 | 1011001 |
Color Harmonies of #DDD9EB
Complementary color
Monochromatic Colors of #DDD9EB
Black with #DDD9EB
Text Example
Text Example
White with #DDD9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9EB; }
p { color: rgb(221,217,235); }
H1.HeaderClassName
{
color: #DDD9EB;
}
.AnyTagClassName
{
color: #DDD9EB;
}
</style>
background-color css
<style>
a { background-color: #DDD9EB; }
a { background-color: rgb(221,217,235); }
div.DivClassName
{
background-color: #DDD9EB;
}
.BgClassName
{
background-color: #DDD9EB;
}
</style>
border-color css
<style>
span { border-color: #DDD9EB; }
span { border-color: rgb(221,217,235); }
td.TdClassName
{
border-color: #DDD9EB;
}
.TagClassName
{
border-color: #DDD9EB;
}
</style>