Shades of Lavender #DFE5FE
Tints of Lavender #DFE5FE
RGB
CMYK
RGB Variations
Color information
#DFE5FE (or 0xDFE5FE) is known color: Lavender. HEX triplet: DF, E5 and FE. RGB value is (223,229,254). Sum of RGB (Red+Green+Blue) = 223+229+254=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5FE is #201A01. Grayscale: #E5E5E5. Windows color (decimal): -2103810 or 16704991. OLE color: 16704991.
HSL color Cylindrical-coordinate representation of color #DFE5FE: hue angle of 228.39º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE5FE is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 229 | 254 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.00 |
| HSL | 228.39º | 0.94% | 0.94% | - |
| HSV(B) | 228.39º | 0.12% | 1% | - |
| XYZ | 76.34 | 78.88 | 104.97 | - |
| YUV | 230.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 254 | 0.12 | 0.10 | 0 | 0.00 | 228.39 | 0.94 | 0.94 |
| Hex | DF | E5 | FE | C | A | 0 | 0 | E4 | 5E | 5E |
| Octal | 337 | 345 | 376 | 14 | 12 | 0 | 0 | 344 | 136 | 136 |
| Binary | 11011111 | 11100101 | 11111110 | 1100 | 1010 | 0 | 0 | 11100100 | 1011110 | 1011110 |
Color Harmonies of #DFE5FE
Complementary color
Monochromatic Colors of #DFE5FE
Black with #DFE5FE
Text Example
Text Example
White with #DFE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5FE; }
p { color: rgb(223,229,254); }
H1.HeaderClassName
{
color: #DFE5FE;
}
.AnyTagClassName
{
color: #DFE5FE;
}
</style>
background-color css
<style>
a { background-color: #DFE5FE; }
a { background-color: rgb(223,229,254); }
div.DivClassName
{
background-color: #DFE5FE;
}
.BgClassName
{
background-color: #DFE5FE;
}
</style>
border-color css
<style>
span { border-color: #DFE5FE; }
span { border-color: rgb(223,229,254); }
td.TdClassName
{
border-color: #DFE5FE;
}
.TagClassName
{
border-color: #DFE5FE;
}
</style>