Shades of Quartz #DBDBF5
Tints of Quartz #DBDBF5
RGB
CMYK
RGB Variations
Color information
#DBDBF5 (or 0xDBDBF5) is known color: Quartz. HEX triplet: DB, DB and F5. RGB value is (219,219,245). Sum of RGB (Red+Green+Blue) = 219+219+245=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF5 is #24240A. Grayscale: #DDDDDD. Windows color (decimal): -2368523 or 16112603. OLE color: 16112603.
HSL color Cylindrical-coordinate representation of color #DBDBF5: hue angle of 240º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDBF5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 219 | 245 | - |
CMYK | 0.11 | 0.11 | 0 | 0.04 |
HSL | 240º | 0.57% | 0.91% | - |
HSV(B) | 240º | 0.11% | 0.96% | - |
XYZ | 71.03 | 72.32 | 96.6 | - |
YUV | 221.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 245 | 0.11 | 0.11 | 0 | 0.04 | 240 | 0.57 | 0.91 |
Hex | DB | DB | F5 | B | B | 0 | 4 | F0 | 39 | 5B |
Octal | 333 | 333 | 365 | 13 | 13 | 0 | 4 | 360 | 71 | 133 |
Binary | 11011011 | 11011011 | 11110101 | 1011 | 1011 | 0 | 100 | 11110000 | 111001 | 1011011 |
Color Harmonies of #DBDBF5
Complementary color
Monochromatic Colors of #DBDBF5
Black with #DBDBF5
Text Example
Text Example
White with #DBDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBF5; }
p { color: rgb(219,219,245); }
H1.HeaderClassName
{
color: #DBDBF5;
}
.AnyTagClassName
{
color: #DBDBF5;
}
</style>
background-color css
<style>
a { background-color: #DBDBF5; }
a { background-color: rgb(219,219,245); }
div.DivClassName
{
background-color: #DBDBF5;
}
.BgClassName
{
background-color: #DBDBF5;
}
</style>
border-color css
<style>
span { border-color: #DBDBF5; }
span { border-color: rgb(219,219,245); }
td.TdClassName
{
border-color: #DBDBF5;
}
.TagClassName
{
border-color: #DBDBF5;
}
</style>