Shades of Quartz #DDD9E9
Tints of Quartz #DDD9E9
RGB
CMYK
RGB Variations
Color information
#DDD9E9 (or 0xDDD9E9) is known color: Quartz. HEX triplet: DD, D9 and E9. RGB value is (221,217,233). Sum of RGB (Red+Green+Blue) = 221+217+233=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9E9 is #222616. Grayscale: #DBDBDB. Windows color (decimal): -2237975 or 15325661. OLE color: 15325661.
HSL color Cylindrical-coordinate representation of color #DDD9E9: hue angle of 255º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD9E9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 217 | 233 | - |
CMYK | 0.05 | 0.07 | 0 | 0.09 |
HSL | 255º | 0.27% | 0.88% | - |
HSV(B) | 255º | 0.07% | 0.91% | - |
XYZ | 69.34 | 70.88 | 87.12 | - |
YUV | 220.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 233 | 0.05 | 0.07 | 0 | 0.09 | 255 | 0.27 | 0.88 |
Hex | DD | D9 | E9 | 5 | 7 | 0 | 9 | FF | 1B | 58 |
Octal | 335 | 331 | 351 | 5 | 7 | 0 | 11 | 377 | 33 | 130 |
Binary | 11011101 | 11011001 | 11101001 | 101 | 111 | 0 | 1001 | 11111111 | 11011 | 1011000 |
Color Harmonies of #DDD9E9
Complementary color
Monochromatic Colors of #DDD9E9
Black with #DDD9E9
Text Example
Text Example
White with #DDD9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9E9; }
p { color: rgb(221,217,233); }
H1.HeaderClassName
{
color: #DDD9E9;
}
.AnyTagClassName
{
color: #DDD9E9;
}
</style>
background-color css
<style>
a { background-color: #DDD9E9; }
a { background-color: rgb(221,217,233); }
div.DivClassName
{
background-color: #DDD9E9;
}
.BgClassName
{
background-color: #DDD9E9;
}
</style>
border-color css
<style>
span { border-color: #DDD9E9; }
span { border-color: rgb(221,217,233); }
td.TdClassName
{
border-color: #DDD9E9;
}
.TagClassName
{
border-color: #DDD9E9;
}
</style>