Shades of Quartz #DBDDF1
Tints of Quartz #DBDDF1
RGB
CMYK
RGB Variations
Color information
#DBDDF1 (or 0xDBDDF1) is known color: Quartz. HEX triplet: DB, DD and F1. RGB value is (219,221,241). Sum of RGB (Red+Green+Blue) = 219+221+241=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF1 is #24220E. Grayscale: #DEDEDE. Windows color (decimal): -2368015 or 15850971. OLE color: 15850971.
HSL color Cylindrical-coordinate representation of color #DBDDF1: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDDF1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 221 | 241 | - |
CMYK | 0.09 | 0.08 | 0 | 0.05 |
HSL | 234.55º | 0.44% | 0.9% | - |
HSV(B) | 234.55º | 0.09% | 0.95% | - |
XYZ | 70.95 | 73.12 | 93.59 | - |
YUV | 222.68 | 138.34 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 241 | 0.09 | 0.08 | 0 | 0.05 | 234.55 | 0.44 | 0.9 |
Hex | DB | DD | F1 | 9 | 8 | 0 | 5 | EB | 2C | 5A |
Octal | 333 | 335 | 361 | 11 | 10 | 0 | 5 | 353 | 54 | 132 |
Binary | 11011011 | 11011101 | 11110001 | 1001 | 1000 | 0 | 101 | 11101011 | 101100 | 1011010 |
Color Harmonies of #DBDDF1
Complementary color
Monochromatic Colors of #DBDDF1
Black with #DBDDF1
Text Example
Text Example
White with #DBDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF1; }
p { color: rgb(219,221,241); }
H1.HeaderClassName
{
color: #DBDDF1;
}
.AnyTagClassName
{
color: #DBDDF1;
}
</style>
background-color css
<style>
a { background-color: #DBDDF1; }
a { background-color: rgb(219,221,241); }
div.DivClassName
{
background-color: #DBDDF1;
}
.BgClassName
{
background-color: #DBDDF1;
}
</style>
border-color css
<style>
span { border-color: #DBDDF1; }
span { border-color: rgb(219,221,241); }
td.TdClassName
{
border-color: #DBDDF1;
}
.TagClassName
{
border-color: #DBDDF1;
}
</style>