Shades of Quartz #DDD9EE
Tints of Quartz #DDD9EE
RGB
CMYK
RGB Variations
Color information
#DDD9EE (or 0xDDD9EE) is known color: Quartz. HEX triplet: DD, D9 and EE. RGB value is (221,217,238). Sum of RGB (Red+Green+Blue) = 221+217+238=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EE is #222611. Grayscale: #DCDCDC. Windows color (decimal): -2237970 or 15653341. OLE color: 15653341.
HSL color Cylindrical-coordinate representation of color #DDD9EE: hue angle of 251.43º degrees, saturation: 0.38, 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 #DDD9EE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 217 | 238 | - |
CMYK | 0.07 | 0.09 | 0 | 0.07 |
HSL | 251.43º | 0.38% | 0.89% | - |
HSV(B) | 251.43º | 0.09% | 0.93% | - |
XYZ | 70.06 | 71.17 | 90.93 | - |
YUV | 220.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 238 | 0.07 | 0.09 | 0 | 0.07 | 251.43 | 0.38 | 0.89 |
Hex | DD | D9 | EE | 7 | 9 | 0 | 7 | FB | 26 | 59 |
Octal | 335 | 331 | 356 | 7 | 11 | 0 | 7 | 373 | 46 | 131 |
Binary | 11011101 | 11011001 | 11101110 | 111 | 1001 | 0 | 111 | 11111011 | 100110 | 1011001 |
Color Harmonies of #DDD9EE
Complementary color
Monochromatic Colors of #DDD9EE
Black with #DDD9EE
Text Example
Text Example
White with #DDD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9EE; }
p { color: rgb(221,217,238); }
H1.HeaderClassName
{
color: #DDD9EE;
}
.AnyTagClassName
{
color: #DDD9EE;
}
</style>
background-color css
<style>
a { background-color: #DDD9EE; }
a { background-color: rgb(221,217,238); }
div.DivClassName
{
background-color: #DDD9EE;
}
.BgClassName
{
background-color: #DDD9EE;
}
</style>
border-color css
<style>
span { border-color: #DDD9EE; }
span { border-color: rgb(221,217,238); }
td.TdClassName
{
border-color: #DDD9EE;
}
.TagClassName
{
border-color: #DDD9EE;
}
</style>