Shades of Lavender #DFE5FF
Tints of Lavender #DFE5FF
RGB
CMYK
RGB Variations
Color information
#DFE5FF (or 0xDFE5FF) is known color: Lavender. HEX triplet: DF, E5 and FF. RGB value is (223,229,255). Sum of RGB (Red+Green+Blue) = 223+229+255=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5FF is #201A00. Grayscale: #E6E6E6. Windows color (decimal): -2103809 or 16770527. OLE color: 16770527.
HSL color Cylindrical-coordinate representation of color #DFE5FF: hue angle of 228.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFE5FF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 229 | 255 | - |
| CMYK | 0.13 | 0.10 | 0 | 0 |
| HSL | 228.75º | 1% | 0.94% | - |
| HSV(B) | 228.75º | 0.13% | 1% | - |
| XYZ | 76.5 | 78.95 | 105.81 | - |
| YUV | 230.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 255 | 0.13 | 0.10 | 0 | 0 | 228.75 | 1 | 0.94 |
| Hex | DF | E5 | FF | D | A | 0 | 0 | E5 | 64 | 5E |
| Octal | 337 | 345 | 377 | 15 | 12 | 0 | 0 | 345 | 144 | 136 |
| Binary | 11011111 | 11100101 | 11111111 | 1101 | 1010 | 0 | 0 | 11100101 | 1100100 | 1011110 |
Color Harmonies of #DFE5FF
Complementary color
Monochromatic Colors of #DFE5FF
Black with #DFE5FF
Text Example
Text Example
White with #DFE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5FF; }
p { color: rgb(223,229,255); }
H1.HeaderClassName
{
color: #DFE5FF;
}
.AnyTagClassName
{
color: #DFE5FF;
}
</style>
background-color css
<style>
a { background-color: #DFE5FF; }
a { background-color: rgb(223,229,255); }
div.DivClassName
{
background-color: #DFE5FF;
}
.BgClassName
{
background-color: #DFE5FF;
}
</style>
border-color css
<style>
span { border-color: #DFE5FF; }
span { border-color: rgb(223,229,255); }
td.TdClassName
{
border-color: #DFE5FF;
}
.TagClassName
{
border-color: #DFE5FF;
}
</style>