Shades of Quartz #DBDFFB
Tints of Quartz #DBDFFB
RGB
CMYK
RGB Variations
Color information
#DBDFFB (or 0xDBDFFB) is known color: Quartz. HEX triplet: DB, DF and FB. RGB value is (219,223,251). Sum of RGB (Red+Green+Blue) = 219+223+251=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFFB is #242004. Grayscale: #E0E0E0. Windows color (decimal): -2367493 or 16506843. OLE color: 16506843.
HSL color Cylindrical-coordinate representation of color #DBDFFB: hue angle of 232.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBDFFB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 223 | 251 | - |
CMYK | 0.13 | 0.11 | 0 | 0.02 |
HSL | 232.5º | 0.8% | 0.92% | - |
HSV(B) | 232.5º | 0.13% | 0.98% | - |
XYZ | 73.01 | 74.8 | 101.86 | - |
YUV | 225 | 142.67 | 123.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 251 | 0.13 | 0.11 | 0 | 0.02 | 232.5 | 0.8 | 0.92 |
Hex | DB | DF | FB | D | B | 0 | 2 | E8 | 50 | 5C |
Octal | 333 | 337 | 373 | 15 | 13 | 0 | 2 | 350 | 120 | 134 |
Binary | 11011011 | 11011111 | 11111011 | 1101 | 1011 | 0 | 10 | 11101000 | 1010000 | 1011100 |
Color Harmonies of #DBDFFB
Complementary color
Monochromatic Colors of #DBDFFB
Black with #DBDFFB
Text Example
Text Example
White with #DBDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFFB; }
p { color: rgb(219,223,251); }
H1.HeaderClassName
{
color: #DBDFFB;
}
.AnyTagClassName
{
color: #DBDFFB;
}
</style>
background-color css
<style>
a { background-color: #DBDFFB; }
a { background-color: rgb(219,223,251); }
div.DivClassName
{
background-color: #DBDFFB;
}
.BgClassName
{
background-color: #DBDFFB;
}
</style>
border-color css
<style>
span { border-color: #DBDFFB; }
span { border-color: rgb(219,223,251); }
td.TdClassName
{
border-color: #DBDFFB;
}
.TagClassName
{
border-color: #DBDFFB;
}
</style>