Shades of Quartz #DBDEF1
Tints of Quartz #DBDEF1
RGB
CMYK
RGB Variations
Color information
#DBDEF1 (or 0xDBDEF1) is known color: Quartz. HEX triplet: DB, DE and F1. RGB value is (219,222,241). Sum of RGB (Red+Green+Blue) = 219+222+241=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF1 is #24210E. Grayscale: #DFDFDF. Windows color (decimal): -2367759 or 15851227. OLE color: 15851227.
HSL color Cylindrical-coordinate representation of color #DBDEF1: hue angle of 231.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDEF1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 222 | 241 | - |
CMYK | 0.09 | 0.08 | 0 | 0.05 |
HSL | 231.82º | 0.44% | 0.9% | - |
HSV(B) | 231.82º | 0.09% | 0.95% | - |
XYZ | 71.21 | 73.65 | 93.68 | - |
YUV | 223.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 241 | 0.09 | 0.08 | 0 | 0.05 | 231.82 | 0.44 | 0.9 |
Hex | DB | DE | F1 | 9 | 8 | 0 | 5 | E8 | 2C | 5A |
Octal | 333 | 336 | 361 | 11 | 10 | 0 | 5 | 350 | 54 | 132 |
Binary | 11011011 | 11011110 | 11110001 | 1001 | 1000 | 0 | 101 | 11101000 | 101100 | 1011010 |
Color Harmonies of #DBDEF1
Complementary color
Monochromatic Colors of #DBDEF1
Black with #DBDEF1
Text Example
Text Example
White with #DBDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF1; }
p { color: rgb(219,222,241); }
H1.HeaderClassName
{
color: #DBDEF1;
}
.AnyTagClassName
{
color: #DBDEF1;
}
</style>
background-color css
<style>
a { background-color: #DBDEF1; }
a { background-color: rgb(219,222,241); }
div.DivClassName
{
background-color: #DBDEF1;
}
.BgClassName
{
background-color: #DBDEF1;
}
</style>
border-color css
<style>
span { border-color: #DBDEF1; }
span { border-color: rgb(219,222,241); }
td.TdClassName
{
border-color: #DBDEF1;
}
.TagClassName
{
border-color: #DBDEF1;
}
</style>