Shades of Quartz #DBDAF8
Tints of Quartz #DBDAF8
RGB
CMYK
RGB Variations
Color information
#DBDAF8 (or 0xDBDAF8) is known color: Quartz. HEX triplet: DB, DA and F8. RGB value is (219,218,248). Sum of RGB (Red+Green+Blue) = 219+218+248=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAF8 is #242507. Grayscale: #DDDDDD. Windows color (decimal): -2368776 or 16308955. OLE color: 16308955.
HSL color Cylindrical-coordinate representation of color #DBDAF8: hue angle of 242º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDAF8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 218 | 248 | - |
CMYK | 0.12 | 0.12 | 0 | 0.03 |
HSL | 242º | 0.68% | 0.91% | - |
HSV(B) | 242º | 0.12% | 0.97% | - |
XYZ | 71.23 | 71.98 | 98.95 | - |
YUV | 221.72 | 142.83 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 248 | 0.12 | 0.12 | 0 | 0.03 | 242 | 0.68 | 0.91 |
Hex | DB | DA | F8 | C | C | 0 | 3 | F2 | 44 | 5B |
Octal | 333 | 332 | 370 | 14 | 14 | 0 | 3 | 362 | 104 | 133 |
Binary | 11011011 | 11011010 | 11111000 | 1100 | 1100 | 0 | 11 | 11110010 | 1000100 | 1011011 |
Color Harmonies of #DBDAF8
Complementary color
Monochromatic Colors of #DBDAF8
Black with #DBDAF8
Text Example
Text Example
White with #DBDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAF8; }
p { color: rgb(219,218,248); }
H1.HeaderClassName
{
color: #DBDAF8;
}
.AnyTagClassName
{
color: #DBDAF8;
}
</style>
background-color css
<style>
a { background-color: #DBDAF8; }
a { background-color: rgb(219,218,248); }
div.DivClassName
{
background-color: #DBDAF8;
}
.BgClassName
{
background-color: #DBDAF8;
}
</style>
border-color css
<style>
span { border-color: #DBDAF8; }
span { border-color: rgb(219,218,248); }
td.TdClassName
{
border-color: #DBDAF8;
}
.TagClassName
{
border-color: #DBDAF8;
}
</style>