Shades of Quartz #DBDDF0
Tints of Quartz #DBDDF0
RGB
CMYK
RGB Variations
Color information
#DBDDF0 (or 0xDBDDF0) is known color: Quartz. HEX triplet: DB, DD and F0. RGB value is (219,221,240). Sum of RGB (Red+Green+Blue) = 219+221+240=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDF0 is #24220F. Grayscale: #DEDEDE. Windows color (decimal): -2368016 or 15785435. OLE color: 15785435.
HSL color Cylindrical-coordinate representation of color #DBDDF0: hue angle of 234.29º 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 #DBDDF0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 221 | 240 | - |
CMYK | 0.09 | 0.08 | 0 | 0.06 |
HSL | 234.29º | 0.41% | 0.9% | - |
HSV(B) | 234.29º | 0.09% | 0.94% | - |
XYZ | 70.8 | 73.06 | 92.81 | - |
YUV | 222.57 | 137.84 | 125.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 240 | 0.09 | 0.08 | 0 | 0.06 | 234.29 | 0.41 | 0.9 |
Hex | DB | DD | F0 | 9 | 8 | 0 | 6 | EA | 29 | 5A |
Octal | 333 | 335 | 360 | 11 | 10 | 0 | 6 | 352 | 51 | 132 |
Binary | 11011011 | 11011101 | 11110000 | 1001 | 1000 | 0 | 110 | 11101010 | 101001 | 1011010 |
Color Harmonies of #DBDDF0
Complementary color
Monochromatic Colors of #DBDDF0
Black with #DBDDF0
Text Example
Text Example
White with #DBDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDF0; }
p { color: rgb(219,221,240); }
H1.HeaderClassName
{
color: #DBDDF0;
}
.AnyTagClassName
{
color: #DBDDF0;
}
</style>
background-color css
<style>
a { background-color: #DBDDF0; }
a { background-color: rgb(219,221,240); }
div.DivClassName
{
background-color: #DBDDF0;
}
.BgClassName
{
background-color: #DBDDF0;
}
</style>
border-color css
<style>
span { border-color: #DBDDF0; }
span { border-color: rgb(219,221,240); }
td.TdClassName
{
border-color: #DBDDF0;
}
.TagClassName
{
border-color: #DBDDF0;
}
</style>