Shades of Quartz #DBDBFC
Tints of Quartz #DBDBFC
RGB
CMYK
RGB Variations
Color information
#DBDBFC (or 0xDBDBFC) is known color: Quartz. HEX triplet: DB, DB and FC. RGB value is (219,219,252). Sum of RGB (Red+Green+Blue) = 219+219+252=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBFC is #242403. Grayscale: #DEDEDE. Windows color (decimal): -2368516 or 16571355. OLE color: 16571355.
HSL color Cylindrical-coordinate representation of color #DBDBFC: hue angle of 240º 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 #DBDBFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 219 | 252 | - |
CMYK | 0.13 | 0.13 | 0 | 0.01 |
HSL | 240º | 0.85% | 0.92% | - |
HSV(B) | 240º | 0.13% | 0.99% | - |
XYZ | 72.12 | 72.75 | 102.34 | - |
YUV | 222.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 252 | 0.13 | 0.13 | 0 | 0.01 | 240 | 0.85 | 0.92 |
Hex | DB | DB | FC | D | D | 0 | 1 | F0 | 55 | 5C |
Octal | 333 | 333 | 374 | 15 | 15 | 0 | 1 | 360 | 125 | 134 |
Binary | 11011011 | 11011011 | 11111100 | 1101 | 1101 | 0 | 1 | 11110000 | 1010101 | 1011100 |
Color Harmonies of #DBDBFC
Complementary color
Monochromatic Colors of #DBDBFC
Black with #DBDBFC
Text Example
Text Example
White with #DBDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBFC; }
p { color: rgb(219,219,252); }
H1.HeaderClassName
{
color: #DBDBFC;
}
.AnyTagClassName
{
color: #DBDBFC;
}
</style>
background-color css
<style>
a { background-color: #DBDBFC; }
a { background-color: rgb(219,219,252); }
div.DivClassName
{
background-color: #DBDBFC;
}
.BgClassName
{
background-color: #DBDBFC;
}
</style>
border-color css
<style>
span { border-color: #DBDBFC; }
span { border-color: rgb(219,219,252); }
td.TdClassName
{
border-color: #DBDBFC;
}
.TagClassName
{
border-color: #DBDBFC;
}
</style>