Shades of Lavender #DFE4FE
Tints of Lavender #DFE4FE
RGB
CMYK
RGB Variations
Color information
#DFE4FE (or 0xDFE4FE) is known color: Lavender. HEX triplet: DF, E4 and FE. RGB value is (223,228,254). Sum of RGB (Red+Green+Blue) = 223+228+254=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FE is #201B01. Grayscale: #E5E5E5. Windows color (decimal): -2104066 or 16704735. OLE color: 16704735.
HSL color Cylindrical-coordinate representation of color #DFE4FE: hue angle of 230.32º 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 #DFE4FE is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 228 | 254 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.00 |
| HSL | 230.32º | 0.94% | 0.94% | - |
| HSV(B) | 230.32º | 0.12% | 1% | - |
| XYZ | 76.06 | 78.33 | 104.88 | - |
| YUV | 229.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 254 | 0.12 | 0.10 | 0 | 0.00 | 230.32 | 0.94 | 0.94 |
| Hex | DF | E4 | FE | C | A | 0 | 0 | E6 | 5E | 5E |
| Octal | 337 | 344 | 376 | 14 | 12 | 0 | 0 | 346 | 136 | 136 |
| Binary | 11011111 | 11100100 | 11111110 | 1100 | 1010 | 0 | 0 | 11100110 | 1011110 | 1011110 |
Color Harmonies of #DFE4FE
Complementary color
Monochromatic Colors of #DFE4FE
Black with #DFE4FE
Text Example
Text Example
White with #DFE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4FE; }
p { color: rgb(223,228,254); }
H1.HeaderClassName
{
color: #DFE4FE;
}
.AnyTagClassName
{
color: #DFE4FE;
}
</style>
background-color css
<style>
a { background-color: #DFE4FE; }
a { background-color: rgb(223,228,254); }
div.DivClassName
{
background-color: #DFE4FE;
}
.BgClassName
{
background-color: #DFE4FE;
}
</style>
border-color css
<style>
span { border-color: #DFE4FE; }
span { border-color: rgb(223,228,254); }
td.TdClassName
{
border-color: #DFE4FE;
}
.TagClassName
{
border-color: #DFE4FE;
}
</style>