Shades of Quartz #DBDDF9
Tints of Quartz #DBDDF9
RGB
CMYK
RGB Variations
Color information
#DBDDF9 (or 0xDBDDF9) is known color: Quartz. HEX triplet: DB, DD and F9. RGB value is (219,221,249). Sum of RGB (Red+Green+Blue) = 219+221+249=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF9 is #242206. Grayscale: #DFDFDF. Windows color (decimal): -2368007 or 16375259. OLE color: 16375259.
HSL color Cylindrical-coordinate representation of color #DBDDF9: hue angle of 236º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDDF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 221 | 249 | - |
CMYK | 0.12 | 0.11 | 0 | 0.02 |
HSL | 236º | 0.71% | 0.92% | - |
HSV(B) | 236º | 0.12% | 0.98% | - |
XYZ | 72.17 | 73.61 | 100.03 | - |
YUV | 223.59 | 142.34 | 124.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 249 | 0.12 | 0.11 | 0 | 0.02 | 236 | 0.71 | 0.92 |
Hex | DB | DD | F9 | C | B | 0 | 2 | EC | 47 | 5C |
Octal | 333 | 335 | 371 | 14 | 13 | 0 | 2 | 354 | 107 | 134 |
Binary | 11011011 | 11011101 | 11111001 | 1100 | 1011 | 0 | 10 | 11101100 | 1000111 | 1011100 |
Color Harmonies of #DBDDF9
Complementary color
Monochromatic Colors of #DBDDF9
Black with #DBDDF9
Text Example
Text Example
White with #DBDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF9; }
p { color: rgb(219,221,249); }
H1.HeaderClassName
{
color: #DBDDF9;
}
.AnyTagClassName
{
color: #DBDDF9;
}
</style>
background-color css
<style>
a { background-color: #DBDDF9; }
a { background-color: rgb(219,221,249); }
div.DivClassName
{
background-color: #DBDDF9;
}
.BgClassName
{
background-color: #DBDDF9;
}
</style>
border-color css
<style>
span { border-color: #DBDDF9; }
span { border-color: rgb(219,221,249); }
td.TdClassName
{
border-color: #DBDDF9;
}
.TagClassName
{
border-color: #DBDDF9;
}
</style>