Shades of Quartz #DBD7F9
Tints of Quartz #DBD7F9
RGB
CMYK
RGB Variations
Color information
#DBD7F9 (or 0xDBD7F9) is known color: Quartz. HEX triplet: DB, D7 and F9. RGB value is (219,215,249). Sum of RGB (Red+Green+Blue) = 219+215+249=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7F9 is #242806. Grayscale: #DBDBDB. Windows color (decimal): -2369543 or 16373723. OLE color: 16373723.
HSL color Cylindrical-coordinate representation of color #DBD7F9: hue angle of 247.06º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBD7F9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 215 | 249 | - |
CMYK | 0.12 | 0.14 | 0 | 0.02 |
HSL | 247.06º | 0.74% | 0.91% | - |
HSV(B) | 247.06º | 0.14% | 0.98% | - |
XYZ | 70.61 | 70.5 | 99.51 | - |
YUV | 220.07 | 144.33 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 249 | 0.12 | 0.14 | 0 | 0.02 | 247.06 | 0.74 | 0.91 |
Hex | DB | D7 | F9 | C | E | 0 | 2 | F7 | 4A | 5B |
Octal | 333 | 327 | 371 | 14 | 16 | 0 | 2 | 367 | 112 | 133 |
Binary | 11011011 | 11010111 | 11111001 | 1100 | 1110 | 0 | 10 | 11110111 | 1001010 | 1011011 |
Color Harmonies of #DBD7F9
Complementary color
Monochromatic Colors of #DBD7F9
Black with #DBD7F9
Text Example
Text Example
White with #DBD7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7F9; }
p { color: rgb(219,215,249); }
H1.HeaderClassName
{
color: #DBD7F9;
}
.AnyTagClassName
{
color: #DBD7F9;
}
</style>
background-color css
<style>
a { background-color: #DBD7F9; }
a { background-color: rgb(219,215,249); }
div.DivClassName
{
background-color: #DBD7F9;
}
.BgClassName
{
background-color: #DBD7F9;
}
</style>
border-color css
<style>
span { border-color: #DBD7F9; }
span { border-color: rgb(219,215,249); }
td.TdClassName
{
border-color: #DBD7F9;
}
.TagClassName
{
border-color: #DBD7F9;
}
</style>