Shades of Quartz #DDDBE5
Tints of Quartz #DDDBE5
RGB
CMYK
RGB Variations
Color information
#DDDBE5 (or 0xDDDBE5) is known color: Quartz. HEX triplet: DD, DB and E5. RGB value is (221,219,229). Sum of RGB (Red+Green+Blue) = 221+219+229=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBE5 is #22241A. Grayscale: #DCDCDC. Windows color (decimal): -2237467 or 15064029. OLE color: 15064029.
HSL color Cylindrical-coordinate representation of color #DDDBE5: hue angle of 252º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDBE5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 219 | 229 | - |
CMYK | 0.03 | 0.04 | 0 | 0.10 |
HSL | 252º | 0.16% | 0.88% | - |
HSV(B) | 252º | 0.04% | 0.9% | - |
XYZ | 69.29 | 71.69 | 84.31 | - |
YUV | 220.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 229 | 0.03 | 0.04 | 0 | 0.10 | 252 | 0.16 | 0.88 |
Hex | DD | DB | E5 | 3 | 4 | 0 | A | FC | 10 | 58 |
Octal | 335 | 333 | 345 | 3 | 4 | 0 | 12 | 374 | 20 | 130 |
Binary | 11011101 | 11011011 | 11100101 | 11 | 100 | 0 | 1010 | 11111100 | 10000 | 1011000 |
Color Harmonies of #DDDBE5
Complementary color
Monochromatic Colors of #DDDBE5
Black with #DDDBE5
Text Example
Text Example
White with #DDDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBE5; }
p { color: rgb(221,219,229); }
H1.HeaderClassName
{
color: #DDDBE5;
}
.AnyTagClassName
{
color: #DDDBE5;
}
</style>
background-color css
<style>
a { background-color: #DDDBE5; }
a { background-color: rgb(221,219,229); }
div.DivClassName
{
background-color: #DDDBE5;
}
.BgClassName
{
background-color: #DDDBE5;
}
</style>
border-color css
<style>
span { border-color: #DDDBE5; }
span { border-color: rgb(221,219,229); }
td.TdClassName
{
border-color: #DDDBE5;
}
.TagClassName
{
border-color: #DDDBE5;
}
</style>