Shades of Quartz #DBDBF0
Tints of Quartz #DBDBF0
RGB
CMYK
RGB Variations
Color information
#DBDBF0 (or 0xDBDBF0) is known color: Quartz. HEX triplet: DB, DB and F0. RGB value is (219,219,240). Sum of RGB (Red+Green+Blue) = 219+219+240=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBF0 is #24240F. Grayscale: #DDDDDD. Windows color (decimal): -2368528 or 15784923. OLE color: 15784923.
HSL color Cylindrical-coordinate representation of color #DBDBF0: hue angle of 240º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDBF0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 219 | 240 | - |
CMYK | 0.09 | 0.09 | 0 | 0.06 |
HSL | 240º | 0.41% | 0.9% | - |
HSV(B) | 240º | 0.09% | 0.94% | - |
XYZ | 70.27 | 72.01 | 92.63 | - |
YUV | 221.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 240 | 0.09 | 0.09 | 0 | 0.06 | 240 | 0.41 | 0.9 |
Hex | DB | DB | F0 | 9 | 9 | 0 | 6 | F0 | 29 | 5A |
Octal | 333 | 333 | 360 | 11 | 11 | 0 | 6 | 360 | 51 | 132 |
Binary | 11011011 | 11011011 | 11110000 | 1001 | 1001 | 0 | 110 | 11110000 | 101001 | 1011010 |
Color Harmonies of #DBDBF0
Complementary color
Monochromatic Colors of #DBDBF0
Black with #DBDBF0
Text Example
Text Example
White with #DBDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBF0; }
p { color: rgb(219,219,240); }
H1.HeaderClassName
{
color: #DBDBF0;
}
.AnyTagClassName
{
color: #DBDBF0;
}
</style>
background-color css
<style>
a { background-color: #DBDBF0; }
a { background-color: rgb(219,219,240); }
div.DivClassName
{
background-color: #DBDBF0;
}
.BgClassName
{
background-color: #DBDBF0;
}
</style>
border-color css
<style>
span { border-color: #DBDBF0; }
span { border-color: rgb(219,219,240); }
td.TdClassName
{
border-color: #DBDBF0;
}
.TagClassName
{
border-color: #DBDBF0;
}
</style>