Shades of Lavender #DBE2FF
Tints of Lavender #DBE2FF
RGB
CMYK
RGB Variations
Color information
#DBE2FF (or 0xDBE2FF) is known color: Lavender. HEX triplet: DB, E2 and FF. RGB value is (219,226,255). Sum of RGB (Red+Green+Blue) = 219+226+255=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2FF is #241D00. Grayscale: #E3E3E3. Windows color (decimal): -2366721 or 16769755. OLE color: 16769755.
HSL color Cylindrical-coordinate representation of color #DBE2FF: hue angle of 228.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE2FF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 226 | 255 | - |
CMYK | 0.14 | 0.11 | 0 | 0 |
HSL | 228.33º | 1% | 0.93% | - |
HSV(B) | 228.33º | 0.14% | 1% | - |
XYZ | 74.46 | 76.67 | 105.48 | - |
YUV | 227.21 | 143.68 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 255 | 0.14 | 0.11 | 0 | 0 | 228.33 | 1 | 0.93 |
Hex | DB | E2 | FF | E | B | 0 | 0 | E4 | 64 | 5D |
Octal | 333 | 342 | 377 | 16 | 13 | 0 | 0 | 344 | 144 | 135 |
Binary | 11011011 | 11100010 | 11111111 | 1110 | 1011 | 0 | 0 | 11100100 | 1100100 | 1011101 |
Color Harmonies of #DBE2FF
Complementary color
Monochromatic Colors of #DBE2FF
Black with #DBE2FF
Text Example
Text Example
White with #DBE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2FF; }
p { color: rgb(219,226,255); }
H1.HeaderClassName
{
color: #DBE2FF;
}
.AnyTagClassName
{
color: #DBE2FF;
}
</style>
background-color css
<style>
a { background-color: #DBE2FF; }
a { background-color: rgb(219,226,255); }
div.DivClassName
{
background-color: #DBE2FF;
}
.BgClassName
{
background-color: #DBE2FF;
}
</style>
border-color css
<style>
span { border-color: #DBE2FF; }
span { border-color: rgb(219,226,255); }
td.TdClassName
{
border-color: #DBE2FF;
}
.TagClassName
{
border-color: #DBE2FF;
}
</style>