Shades of Quartz #DBDFF9
Tints of Quartz #DBDFF9
RGB
CMYK
RGB Variations
Color information
#DBDFF9 (or 0xDBDFF9) is known color: Quartz. HEX triplet: DB, DF and F9. RGB value is (219,223,249). Sum of RGB (Red+Green+Blue) = 219+223+249=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF9 is #242006. Grayscale: #E0E0E0. Windows color (decimal): -2367495 or 16375771. OLE color: 16375771.
HSL color Cylindrical-coordinate representation of color #DBDFF9: hue angle of 232º 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 #DBDFF9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 223 | 249 | - |
CMYK | 0.12 | 0.10 | 0 | 0.02 |
HSL | 232º | 0.71% | 0.92% | - |
HSV(B) | 232º | 0.12% | 0.98% | - |
XYZ | 72.7 | 74.67 | 100.2 | - |
YUV | 224.77 | 141.67 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 249 | 0.12 | 0.10 | 0 | 0.02 | 232 | 0.71 | 0.92 |
Hex | DB | DF | F9 | C | A | 0 | 2 | E8 | 47 | 5C |
Octal | 333 | 337 | 371 | 14 | 12 | 0 | 2 | 350 | 107 | 134 |
Binary | 11011011 | 11011111 | 11111001 | 1100 | 1010 | 0 | 10 | 11101000 | 1000111 | 1011100 |
Color Harmonies of #DBDFF9
Complementary color
Monochromatic Colors of #DBDFF9
Black with #DBDFF9
Text Example
Text Example
White with #DBDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFF9; }
p { color: rgb(219,223,249); }
H1.HeaderClassName
{
color: #DBDFF9;
}
.AnyTagClassName
{
color: #DBDFF9;
}
</style>
background-color css
<style>
a { background-color: #DBDFF9; }
a { background-color: rgb(219,223,249); }
div.DivClassName
{
background-color: #DBDFF9;
}
.BgClassName
{
background-color: #DBDFF9;
}
</style>
border-color css
<style>
span { border-color: #DBDFF9; }
span { border-color: rgb(219,223,249); }
td.TdClassName
{
border-color: #DBDFF9;
}
.TagClassName
{
border-color: #DBDFF9;
}
</style>