Shades of Quartz #DBDAF4
Tints of Quartz #DBDAF4
RGB
CMYK
RGB Variations
Color information
#DBDAF4 (or 0xDBDAF4) is known color: Quartz. HEX triplet: DB, DA and F4. RGB value is (219,218,244). Sum of RGB (Red+Green+Blue) = 219+218+244=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF4 is #24250B. Grayscale: #DDDDDD. Windows color (decimal): -2368780 or 16046811. OLE color: 16046811.
HSL color Cylindrical-coordinate representation of color #DBDAF4: hue angle of 242.31º degrees, saturation: 0.54, 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 #DBDAF4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 218 | 244 | - |
CMYK | 0.10 | 0.11 | 0 | 0.04 |
HSL | 242.31º | 0.54% | 0.91% | - |
HSV(B) | 242.31º | 0.11% | 0.96% | - |
XYZ | 70.61 | 71.73 | 95.71 | - |
YUV | 221.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 244 | 0.10 | 0.11 | 0 | 0.04 | 242.31 | 0.54 | 0.91 |
Hex | DB | DA | F4 | A | B | 0 | 4 | F2 | 36 | 5B |
Octal | 333 | 332 | 364 | 12 | 13 | 0 | 4 | 362 | 66 | 133 |
Binary | 11011011 | 11011010 | 11110100 | 1010 | 1011 | 0 | 100 | 11110010 | 110110 | 1011011 |
Color Harmonies of #DBDAF4
Complementary color
Monochromatic Colors of #DBDAF4
Black with #DBDAF4
Text Example
Text Example
White with #DBDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF4; }
p { color: rgb(219,218,244); }
H1.HeaderClassName
{
color: #DBDAF4;
}
.AnyTagClassName
{
color: #DBDAF4;
}
</style>
background-color css
<style>
a { background-color: #DBDAF4; }
a { background-color: rgb(219,218,244); }
div.DivClassName
{
background-color: #DBDAF4;
}
.BgClassName
{
background-color: #DBDAF4;
}
</style>
border-color css
<style>
span { border-color: #DBDAF4; }
span { border-color: rgb(219,218,244); }
td.TdClassName
{
border-color: #DBDAF4;
}
.TagClassName
{
border-color: #DBDAF4;
}
</style>