Shades of Lavender #DFE3FF
Tints of Lavender #DFE3FF
RGB
CMYK
RGB Variations
Color information
#DFE3FF (or 0xDFE3FF) is known color: Lavender. HEX triplet: DF, E3 and FF. RGB value is (223,227,255). Sum of RGB (Red+Green+Blue) = 223+227+255=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3FF is #201C00. Grayscale: #E4E4E4. Windows color (decimal): -2104321 or 16770015. OLE color: 16770015.
HSL color Cylindrical-coordinate representation of color #DFE3FF: hue angle of 232.5º 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 #DFE3FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 227 | 255 | - |
| CMYK | 0.13 | 0.11 | 0 | 0 |
| HSL | 232.5º | 1% | 0.94% | - |
| HSV(B) | 232.5º | 0.13% | 1% | - |
| XYZ | 75.95 | 77.85 | 105.63 | - |
| YUV | 229 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 255 | 0.13 | 0.11 | 0 | 0 | 232.5 | 1 | 0.94 |
| Hex | DF | E3 | FF | D | B | 0 | 0 | E8 | 64 | 5E |
| Octal | 337 | 343 | 377 | 15 | 13 | 0 | 0 | 350 | 144 | 136 |
| Binary | 11011111 | 11100011 | 11111111 | 1101 | 1011 | 0 | 0 | 11101000 | 1100100 | 1011110 |
Color Harmonies of #DFE3FF
Complementary color
Monochromatic Colors of #DFE3FF
Black with #DFE3FF
Text Example
Text Example
White with #DFE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3FF; }
p { color: rgb(223,227,255); }
H1.HeaderClassName
{
color: #DFE3FF;
}
.AnyTagClassName
{
color: #DFE3FF;
}
</style>
background-color css
<style>
a { background-color: #DFE3FF; }
a { background-color: rgb(223,227,255); }
div.DivClassName
{
background-color: #DFE3FF;
}
.BgClassName
{
background-color: #DFE3FF;
}
</style>
border-color css
<style>
span { border-color: #DFE3FF; }
span { border-color: rgb(223,227,255); }
td.TdClassName
{
border-color: #DFE3FF;
}
.TagClassName
{
border-color: #DFE3FF;
}
</style>