Shades of Quartz #DDDBE9
Tints of Quartz #DDDBE9
RGB
CMYK
RGB Variations
Color information
#DDDBE9 (or 0xDDDBE9) is known color: Quartz. HEX triplet: DD, DB and E9. RGB value is (221,219,233). Sum of RGB (Red+Green+Blue) = 221+219+233=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBE9 is #222416. Grayscale: #DDDDDD. Windows color (decimal): -2237463 or 15326173. OLE color: 15326173.
HSL color Cylindrical-coordinate representation of color #DDDBE9: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDBE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 219 | 233 | - |
CMYK | 0.05 | 0.06 | 0 | 0.09 |
HSL | 248.57º | 0.24% | 0.89% | - |
HSV(B) | 248.57º | 0.06% | 0.91% | - |
XYZ | 69.86 | 71.92 | 87.29 | - |
YUV | 221.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 233 | 0.05 | 0.06 | 0 | 0.09 | 248.57 | 0.24 | 0.89 |
Hex | DD | DB | E9 | 5 | 6 | 0 | 9 | F9 | 18 | 59 |
Octal | 335 | 333 | 351 | 5 | 6 | 0 | 11 | 371 | 30 | 131 |
Binary | 11011101 | 11011011 | 11101001 | 101 | 110 | 0 | 1001 | 11111001 | 11000 | 1011001 |
Color Harmonies of #DDDBE9
Complementary color
Monochromatic Colors of #DDDBE9
Black with #DDDBE9
Text Example
Text Example
White with #DDDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBE9; }
p { color: rgb(221,219,233); }
H1.HeaderClassName
{
color: #DDDBE9;
}
.AnyTagClassName
{
color: #DDDBE9;
}
</style>
background-color css
<style>
a { background-color: #DDDBE9; }
a { background-color: rgb(221,219,233); }
div.DivClassName
{
background-color: #DDDBE9;
}
.BgClassName
{
background-color: #DDDBE9;
}
</style>
border-color css
<style>
span { border-color: #DDDBE9; }
span { border-color: rgb(221,219,233); }
td.TdClassName
{
border-color: #DDDBE9;
}
.TagClassName
{
border-color: #DDDBE9;
}
</style>