Shades of Quartz #DBDEF0
Tints of Quartz #DBDEF0
RGB
CMYK
RGB Variations
Color information
#DBDEF0 (or 0xDBDEF0) is known color: Quartz. HEX triplet: DB, DE and F0. RGB value is (219,222,240). Sum of RGB (Red+Green+Blue) = 219+222+240=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF0 is #24210F. Grayscale: #DFDFDF. Windows color (decimal): -2367760 or 15785691. OLE color: 15785691.
HSL color Cylindrical-coordinate representation of color #DBDEF0: hue angle of 231.43º 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 #DBDEF0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 222 | 240 | - |
CMYK | 0.09 | 0.08 | 0 | 0.06 |
HSL | 231.43º | 0.41% | 0.9% | - |
HSV(B) | 231.43º | 0.09% | 0.94% | - |
XYZ | 71.06 | 73.59 | 92.9 | - |
YUV | 223.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 240 | 0.09 | 0.08 | 0 | 0.06 | 231.43 | 0.41 | 0.9 |
Hex | DB | DE | F0 | 9 | 8 | 0 | 6 | E7 | 29 | 5A |
Octal | 333 | 336 | 360 | 11 | 10 | 0 | 6 | 347 | 51 | 132 |
Binary | 11011011 | 11011110 | 11110000 | 1001 | 1000 | 0 | 110 | 11100111 | 101001 | 1011010 |
Color Harmonies of #DBDEF0
Complementary color
Monochromatic Colors of #DBDEF0
Black with #DBDEF0
Text Example
Text Example
White with #DBDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF0; }
p { color: rgb(219,222,240); }
H1.HeaderClassName
{
color: #DBDEF0;
}
.AnyTagClassName
{
color: #DBDEF0;
}
</style>
background-color css
<style>
a { background-color: #DBDEF0; }
a { background-color: rgb(219,222,240); }
div.DivClassName
{
background-color: #DBDEF0;
}
.BgClassName
{
background-color: #DBDEF0;
}
</style>
border-color css
<style>
span { border-color: #DBDEF0; }
span { border-color: rgb(219,222,240); }
td.TdClassName
{
border-color: #DBDEF0;
}
.TagClassName
{
border-color: #DBDEF0;
}
</style>