Shades of Quartz #DBDEF7
Tints of Quartz #DBDEF7
RGB
CMYK
RGB Variations
Color information
#DBDEF7 (or 0xDBDEF7) is known color: Quartz. HEX triplet: DB, DE and F7. RGB value is (219,222,247). Sum of RGB (Red+Green+Blue) = 219+222+247=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEF7 is #242108. Grayscale: #DFDFDF. Windows color (decimal): -2367753 or 16244443. OLE color: 16244443.
HSL color Cylindrical-coordinate representation of color #DBDEF7: hue angle of 233.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDEF7 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 222 | 247 | - |
CMYK | 0.11 | 0.10 | 0 | 0.03 |
HSL | 233.57º | 0.64% | 0.91% | - |
HSV(B) | 233.57º | 0.11% | 0.97% | - |
XYZ | 72.12 | 74.02 | 98.48 | - |
YUV | 223.95 | 141.01 | 124.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 247 | 0.11 | 0.10 | 0 | 0.03 | 233.57 | 0.64 | 0.91 |
Hex | DB | DE | F7 | B | A | 0 | 3 | EA | 40 | 5B |
Octal | 333 | 336 | 367 | 13 | 12 | 0 | 3 | 352 | 100 | 133 |
Binary | 11011011 | 11011110 | 11110111 | 1011 | 1010 | 0 | 11 | 11101010 | 1000000 | 1011011 |
Color Harmonies of #DBDEF7
Complementary color
Monochromatic Colors of #DBDEF7
Black with #DBDEF7
Text Example
Text Example
White with #DBDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEF7; }
p { color: rgb(219,222,247); }
H1.HeaderClassName
{
color: #DBDEF7;
}
.AnyTagClassName
{
color: #DBDEF7;
}
</style>
background-color css
<style>
a { background-color: #DBDEF7; }
a { background-color: rgb(219,222,247); }
div.DivClassName
{
background-color: #DBDEF7;
}
.BgClassName
{
background-color: #DBDEF7;
}
</style>
border-color css
<style>
span { border-color: #DBDEF7; }
span { border-color: rgb(219,222,247); }
td.TdClassName
{
border-color: #DBDEF7;
}
.TagClassName
{
border-color: #DBDEF7;
}
</style>