Shades of Lavender Blue #DBCFFF
Tints of Lavender Blue #DBCFFF
RGB
CMYK
RGB Variations
Color information
#DBCFFF (or 0xDBCFFF) is known color: Lavender Blue. HEX triplet: DB, CF and FF. RGB value is (219,207,255). Sum of RGB (Red+Green+Blue) = 219+207+255=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFFF is #243000. Grayscale: #D7D7D7. Windows color (decimal): -2371585 or 16764891. OLE color: 16764891.
HSL color Cylindrical-coordinate representation of color #DBCFFF: hue angle of 255º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCFFF is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 207 | 255 | - |
| CMYK | 0.14 | 0.19 | 0 | 0 |
| HSL | 255º | 1% | 0.91% | - |
| HSV(B) | 255º | 0.19% | 1% | - |
| XYZ | 69.58 | 66.91 | 103.85 | - |
| YUV | 216.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 255 | 0.14 | 0.19 | 0 | 0 | 255 | 1 | 0.91 |
| Hex | DB | CF | FF | E | 13 | 0 | 0 | FF | 64 | 5B |
| Octal | 333 | 317 | 377 | 16 | 23 | 0 | 0 | 377 | 144 | 133 |
| Binary | 11011011 | 11001111 | 11111111 | 1110 | 10011 | 0 | 0 | 11111111 | 1100100 | 1011011 |
Color Harmonies of #DBCFFF
Complementary color
Monochromatic Colors of #DBCFFF
Black with #DBCFFF
Text Example
Text Example
White with #DBCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFFF; }
p { color: rgb(219,207,255); }
H1.HeaderClassName
{
color: #DBCFFF;
}
.AnyTagClassName
{
color: #DBCFFF;
}
</style>
background-color css
<style>
a { background-color: #DBCFFF; }
a { background-color: rgb(219,207,255); }
div.DivClassName
{
background-color: #DBCFFF;
}
.BgClassName
{
background-color: #DBCFFF;
}
</style>
border-color css
<style>
span { border-color: #DBCFFF; }
span { border-color: rgb(219,207,255); }
td.TdClassName
{
border-color: #DBCFFF;
}
.TagClassName
{
border-color: #DBCFFF;
}
</style>