Shades of Quartz #DBDCFA
Tints of Quartz #DBDCFA
RGB
CMYK
RGB Variations
Color information
#DBDCFA (or 0xDBDCFA) is known color: Quartz. HEX triplet: DB, DC and FA. RGB value is (219,220,250). Sum of RGB (Red+Green+Blue) = 219+220+250=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCFA is #242305. Grayscale: #DFDFDF. Windows color (decimal): -2368262 or 16440539. OLE color: 16440539.
HSL color Cylindrical-coordinate representation of color #DBDCFA: hue angle of 238.06º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBDCFA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 220 | 250 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 238.06º | 0.76% | 0.92% | - |
HSV(B) | 238.06º | 0.12% | 0.98% | - |
XYZ | 72.06 | 73.15 | 100.76 | - |
YUV | 223.12 | 143.17 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 250 | 0.12 | 0.12 | 0 | 0.02 | 238.06 | 0.76 | 0.92 |
Hex | DB | DC | FA | C | C | 0 | 2 | EE | 4C | 5C |
Octal | 333 | 334 | 372 | 14 | 14 | 0 | 2 | 356 | 114 | 134 |
Binary | 11011011 | 11011100 | 11111010 | 1100 | 1100 | 0 | 10 | 11101110 | 1001100 | 1011100 |
Color Harmonies of #DBDCFA
Complementary color
Monochromatic Colors of #DBDCFA
Black with #DBDCFA
Text Example
Text Example
White with #DBDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCFA; }
p { color: rgb(219,220,250); }
H1.HeaderClassName
{
color: #DBDCFA;
}
.AnyTagClassName
{
color: #DBDCFA;
}
</style>
background-color css
<style>
a { background-color: #DBDCFA; }
a { background-color: rgb(219,220,250); }
div.DivClassName
{
background-color: #DBDCFA;
}
.BgClassName
{
background-color: #DBDCFA;
}
</style>
border-color css
<style>
span { border-color: #DBDCFA; }
span { border-color: rgb(219,220,250); }
td.TdClassName
{
border-color: #DBDCFA;
}
.TagClassName
{
border-color: #DBDCFA;
}
</style>