Shades of Quartz #DBDAFC
Tints of Quartz #DBDAFC
RGB
CMYK
RGB Variations
Color information
#DBDAFC (or 0xDBDAFC) is known color: Quartz. HEX triplet: DB, DA and FC. RGB value is (219,218,252). Sum of RGB (Red+Green+Blue) = 219+218+252=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAFC is #242503. Grayscale: #DEDEDE. Windows color (decimal): -2368772 or 16571099. OLE color: 16571099.
HSL color Cylindrical-coordinate representation of color #DBDAFC: hue angle of 241.76º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDAFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 218 | 252 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 241.76º | 0.85% | 0.92% | - |
HSV(B) | 241.76º | 0.13% | 0.99% | - |
XYZ | 71.86 | 72.23 | 102.25 | - |
YUV | 222.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 252 | 0.13 | 0.13 | 0 | 0.01 | 241.76 | 0.85 | 0.92 |
Hex | DB | DA | FC | D | D | 0 | 1 | F2 | 55 | 5C |
Octal | 333 | 332 | 374 | 15 | 15 | 0 | 1 | 362 | 125 | 134 |
Binary | 11011011 | 11011010 | 11111100 | 1101 | 1101 | 0 | 1 | 11110010 | 1010101 | 1011100 |
Color Harmonies of #DBDAFC
Complementary color
Monochromatic Colors of #DBDAFC
Black with #DBDAFC
Text Example
Text Example
White with #DBDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAFC; }
p { color: rgb(219,218,252); }
H1.HeaderClassName
{
color: #DBDAFC;
}
.AnyTagClassName
{
color: #DBDAFC;
}
</style>
background-color css
<style>
a { background-color: #DBDAFC; }
a { background-color: rgb(219,218,252); }
div.DivClassName
{
background-color: #DBDAFC;
}
.BgClassName
{
background-color: #DBDAFC;
}
</style>
border-color css
<style>
span { border-color: #DBDAFC; }
span { border-color: rgb(219,218,252); }
td.TdClassName
{
border-color: #DBDAFC;
}
.TagClassName
{
border-color: #DBDAFC;
}
</style>