Shades of Quartz #DBCFFE
Tints of Quartz #DBCFFE
RGB
CMYK
RGB Variations
Color information
#DBCFFE (or 0xDBCFFE) is known color: Quartz. HEX triplet: DB, CF and FE. RGB value is (219,207,254). Sum of RGB (Red+Green+Blue) = 219+207+254=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFFE is #243001. Grayscale: #D7D7D7. Windows color (decimal): -2371586 or 16699355. OLE color: 16699355.
HSL color Cylindrical-coordinate representation of color #DBCFFE: hue angle of 255.32º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCFFE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 207 | 254 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.00 |
| HSL | 255.32º | 0.96% | 0.9% | - |
| HSV(B) | 255.32º | 0.19% | 1% | - |
| XYZ | 69.42 | 66.84 | 103.01 | - |
| YUV | 215.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 254 | 0.14 | 0.19 | 0 | 0.00 | 255.32 | 0.96 | 0.9 |
| Hex | DB | CF | FE | E | 13 | 0 | 0 | FF | 60 | 5A |
| Octal | 333 | 317 | 376 | 16 | 23 | 0 | 0 | 377 | 140 | 132 |
| Binary | 11011011 | 11001111 | 11111110 | 1110 | 10011 | 0 | 0 | 11111111 | 1100000 | 1011010 |
Color Harmonies of #DBCFFE
Complementary color
Monochromatic Colors of #DBCFFE
Black with #DBCFFE
Text Example
Text Example
White with #DBCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFFE; }
p { color: rgb(219,207,254); }
H1.HeaderClassName
{
color: #DBCFFE;
}
.AnyTagClassName
{
color: #DBCFFE;
}
</style>
background-color css
<style>
a { background-color: #DBCFFE; }
a { background-color: rgb(219,207,254); }
div.DivClassName
{
background-color: #DBCFFE;
}
.BgClassName
{
background-color: #DBCFFE;
}
</style>
border-color css
<style>
span { border-color: #DBCFFE; }
span { border-color: rgb(219,207,254); }
td.TdClassName
{
border-color: #DBCFFE;
}
.TagClassName
{
border-color: #DBCFFE;
}
</style>