Shades of Quartz #DBDAF5
Tints of Quartz #DBDAF5
RGB
CMYK
RGB Variations
Color information
#DBDAF5 (or 0xDBDAF5) is known color: Quartz. HEX triplet: DB, DA and F5. RGB value is (219,218,245). Sum of RGB (Red+Green+Blue) = 219+218+245=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF5 is #24250A. Grayscale: #DDDDDD. Windows color (decimal): -2368779 or 16112347. OLE color: 16112347.
HSL color Cylindrical-coordinate representation of color #DBDAF5: hue angle of 242.22º degrees, saturation: 0.57, 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 #DBDAF5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 218 | 245 | - |
CMYK | 0.11 | 0.11 | 0 | 0.04 |
HSL | 242.22º | 0.57% | 0.91% | - |
HSV(B) | 242.22º | 0.11% | 0.96% | - |
XYZ | 70.77 | 71.8 | 96.51 | - |
YUV | 221.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 245 | 0.11 | 0.11 | 0 | 0.04 | 242.22 | 0.57 | 0.91 |
Hex | DB | DA | F5 | B | B | 0 | 4 | F2 | 39 | 5B |
Octal | 333 | 332 | 365 | 13 | 13 | 0 | 4 | 362 | 71 | 133 |
Binary | 11011011 | 11011010 | 11110101 | 1011 | 1011 | 0 | 100 | 11110010 | 111001 | 1011011 |
Color Harmonies of #DBDAF5
Complementary color
Monochromatic Colors of #DBDAF5
Black with #DBDAF5
Text Example
Text Example
White with #DBDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF5; }
p { color: rgb(219,218,245); }
H1.HeaderClassName
{
color: #DBDAF5;
}
.AnyTagClassName
{
color: #DBDAF5;
}
</style>
background-color css
<style>
a { background-color: #DBDAF5; }
a { background-color: rgb(219,218,245); }
div.DivClassName
{
background-color: #DBDAF5;
}
.BgClassName
{
background-color: #DBDAF5;
}
</style>
border-color css
<style>
span { border-color: #DBDAF5; }
span { border-color: rgb(219,218,245); }
td.TdClassName
{
border-color: #DBDAF5;
}
.TagClassName
{
border-color: #DBDAF5;
}
</style>