Shades of Quartz #DBDFFC
Tints of Quartz #DBDFFC
RGB
CMYK
RGB Variations
Color information
#DBDFFC (or 0xDBDFFC) is known color: Quartz. HEX triplet: DB, DF and FC. RGB value is (219,223,252). Sum of RGB (Red+Green+Blue) = 219+223+252=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFFC is #242003. Grayscale: #E0E0E0. Windows color (decimal): -2367492 or 16572379. OLE color: 16572379.
HSL color Cylindrical-coordinate representation of color #DBDFFC: hue angle of 232.73º 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 #DBDFFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 223 | 252 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 232.73º | 0.85% | 0.92% | - |
HSV(B) | 232.73º | 0.13% | 0.99% | - |
XYZ | 73.17 | 74.86 | 102.69 | - |
YUV | 225.11 | 143.17 | 123.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 252 | 0.13 | 0.12 | 0 | 0.01 | 232.73 | 0.85 | 0.92 |
Hex | DB | DF | FC | D | C | 0 | 1 | E9 | 55 | 5C |
Octal | 333 | 337 | 374 | 15 | 14 | 0 | 1 | 351 | 125 | 134 |
Binary | 11011011 | 11011111 | 11111100 | 1101 | 1100 | 0 | 1 | 11101001 | 1010101 | 1011100 |
Color Harmonies of #DBDFFC
Complementary color
Monochromatic Colors of #DBDFFC
Black with #DBDFFC
Text Example
Text Example
White with #DBDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFFC; }
p { color: rgb(219,223,252); }
H1.HeaderClassName
{
color: #DBDFFC;
}
.AnyTagClassName
{
color: #DBDFFC;
}
</style>
background-color css
<style>
a { background-color: #DBDFFC; }
a { background-color: rgb(219,223,252); }
div.DivClassName
{
background-color: #DBDFFC;
}
.BgClassName
{
background-color: #DBDFFC;
}
</style>
border-color css
<style>
span { border-color: #DBDFFC; }
span { border-color: rgb(219,223,252); }
td.TdClassName
{
border-color: #DBDFFC;
}
.TagClassName
{
border-color: #DBDFFC;
}
</style>