Shades of Quartz #DBDDED
Tints of Quartz #DBDDED
RGB
CMYK
RGB Variations
Color information
#DBDDED (or 0xDBDDED) is known color: Quartz. HEX triplet: DB, DD and ED. RGB value is (219,221,237). Sum of RGB (Red+Green+Blue) = 219+221+237=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDED is #242212. Grayscale: #DEDEDE. Windows color (decimal): -2368019 or 15588827. OLE color: 15588827.
HSL color Cylindrical-coordinate representation of color #DBDDED: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBDDED is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 221 | 237 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 233.33º | 0.33% | 0.89% | - |
HSV(B) | 233.33º | 0.08% | 0.93% | - |
XYZ | 70.36 | 72.89 | 90.48 | - |
YUV | 222.23 | 136.34 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 237 | 0.08 | 0.07 | 0 | 0.07 | 233.33 | 0.33 | 0.89 |
Hex | DB | DD | ED | 8 | 7 | 0 | 7 | E9 | 21 | 59 |
Octal | 333 | 335 | 355 | 10 | 7 | 0 | 7 | 351 | 41 | 131 |
Binary | 11011011 | 11011101 | 11101101 | 1000 | 111 | 0 | 111 | 11101001 | 100001 | 1011001 |
Color Harmonies of #DBDDED
Complementary color
Monochromatic Colors of #DBDDED
Black with #DBDDED
Text Example
Text Example
White with #DBDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDED; }
p { color: rgb(219,221,237); }
H1.HeaderClassName
{
color: #DBDDED;
}
.AnyTagClassName
{
color: #DBDDED;
}
</style>
background-color css
<style>
a { background-color: #DBDDED; }
a { background-color: rgb(219,221,237); }
div.DivClassName
{
background-color: #DBDDED;
}
.BgClassName
{
background-color: #DBDDED;
}
</style>
border-color css
<style>
span { border-color: #DBDDED; }
span { border-color: rgb(219,221,237); }
td.TdClassName
{
border-color: #DBDDED;
}
.TagClassName
{
border-color: #DBDDED;
}
</style>