Shades of Quartz #DBDAF2
Tints of Quartz #DBDAF2
RGB
CMYK
RGB Variations
Color information
#DBDAF2 (or 0xDBDAF2) is known color: Quartz. HEX triplet: DB, DA and F2. RGB value is (219,218,242). Sum of RGB (Red+Green+Blue) = 219+218+242=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF2 is #24250D. Grayscale: #DCDCDC. Windows color (decimal): -2368782 or 15915739. OLE color: 15915739.
HSL color Cylindrical-coordinate representation of color #DBDAF2: hue angle of 242.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDAF2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 218 | 242 | - |
CMYK | 0.10 | 0.10 | 0 | 0.05 |
HSL | 242.5º | 0.48% | 0.9% | - |
HSV(B) | 242.5º | 0.1% | 0.95% | - |
XYZ | 70.31 | 71.61 | 94.12 | - |
YUV | 221.04 | 139.83 | 126.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 242 | 0.10 | 0.10 | 0 | 0.05 | 242.5 | 0.48 | 0.9 |
Hex | DB | DA | F2 | A | A | 0 | 5 | F2 | 30 | 5A |
Octal | 333 | 332 | 362 | 12 | 12 | 0 | 5 | 362 | 60 | 132 |
Binary | 11011011 | 11011010 | 11110010 | 1010 | 1010 | 0 | 101 | 11110010 | 110000 | 1011010 |
Color Harmonies of #DBDAF2
Complementary color
Monochromatic Colors of #DBDAF2
Black with #DBDAF2
Text Example
Text Example
White with #DBDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF2; }
p { color: rgb(219,218,242); }
H1.HeaderClassName
{
color: #DBDAF2;
}
.AnyTagClassName
{
color: #DBDAF2;
}
</style>
background-color css
<style>
a { background-color: #DBDAF2; }
a { background-color: rgb(219,218,242); }
div.DivClassName
{
background-color: #DBDAF2;
}
.BgClassName
{
background-color: #DBDAF2;
}
</style>
border-color css
<style>
span { border-color: #DBDAF2; }
span { border-color: rgb(219,218,242); }
td.TdClassName
{
border-color: #DBDAF2;
}
.TagClassName
{
border-color: #DBDAF2;
}
</style>