Shades of Quartz #DDDBE6
Tints of Quartz #DDDBE6
RGB
CMYK
RGB Variations
Color information
#DDDBE6 (or 0xDDDBE6) is known color: Quartz. HEX triplet: DD, DB and E6. RGB value is (221,219,230). Sum of RGB (Red+Green+Blue) = 221+219+230=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBE6 is #222419. Grayscale: #DCDCDC. Windows color (decimal): -2237466 or 15129565. OLE color: 15129565.
HSL color Cylindrical-coordinate representation of color #DDDBE6: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDBE6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 219 | 230 | - |
CMYK | 0.04 | 0.05 | 0 | 0.10 |
HSL | 250.91º | 0.18% | 0.88% | - |
HSV(B) | 250.91º | 0.05% | 0.9% | - |
XYZ | 69.43 | 71.75 | 85.05 | - |
YUV | 220.85 | 133.16 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 230 | 0.04 | 0.05 | 0 | 0.10 | 250.91 | 0.18 | 0.88 |
Hex | DD | DB | E6 | 4 | 5 | 0 | A | FB | 12 | 58 |
Octal | 335 | 333 | 346 | 4 | 5 | 0 | 12 | 373 | 22 | 130 |
Binary | 11011101 | 11011011 | 11100110 | 100 | 101 | 0 | 1010 | 11111011 | 10010 | 1011000 |
Color Harmonies of #DDDBE6
Complementary color
Monochromatic Colors of #DDDBE6
Black with #DDDBE6
Text Example
Text Example
White with #DDDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBE6; }
p { color: rgb(221,219,230); }
H1.HeaderClassName
{
color: #DDDBE6;
}
.AnyTagClassName
{
color: #DDDBE6;
}
</style>
background-color css
<style>
a { background-color: #DDDBE6; }
a { background-color: rgb(221,219,230); }
div.DivClassName
{
background-color: #DDDBE6;
}
.BgClassName
{
background-color: #DDDBE6;
}
</style>
border-color css
<style>
span { border-color: #DDDBE6; }
span { border-color: rgb(221,219,230); }
td.TdClassName
{
border-color: #DDDBE6;
}
.TagClassName
{
border-color: #DDDBE6;
}
</style>