Shades of Lavender #DFE2FE
Tints of Lavender #DFE2FE
RGB
CMYK
RGB Variations
Color information
#DFE2FE (or 0xDFE2FE) is known color: Lavender. HEX triplet: DF, E2 and FE. RGB value is (223,226,254). Sum of RGB (Red+Green+Blue) = 223+226+254=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FE is #201D01. Grayscale: #E4E4E4. Windows color (decimal): -2104578 or 16704223. OLE color: 16704223.
HSL color Cylindrical-coordinate representation of color #DFE2FE: hue angle of 234.19º 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 #DFE2FE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 226 | 254 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.00 |
| HSL | 234.19º | 0.94% | 0.94% | - |
| HSV(B) | 234.19º | 0.12% | 1% | - |
| XYZ | 75.52 | 77.24 | 104.69 | - |
| YUV | 228.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 254 | 0.12 | 0.11 | 0 | 0.00 | 234.19 | 0.94 | 0.94 |
| Hex | DF | E2 | FE | C | B | 0 | 0 | EA | 5E | 5E |
| Octal | 337 | 342 | 376 | 14 | 13 | 0 | 0 | 352 | 136 | 136 |
| Binary | 11011111 | 11100010 | 11111110 | 1100 | 1011 | 0 | 0 | 11101010 | 1011110 | 1011110 |
Color Harmonies of #DFE2FE
Complementary color
Monochromatic Colors of #DFE2FE
Black with #DFE2FE
Text Example
Text Example
White with #DFE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2FE; }
p { color: rgb(223,226,254); }
H1.HeaderClassName
{
color: #DFE2FE;
}
.AnyTagClassName
{
color: #DFE2FE;
}
</style>
background-color css
<style>
a { background-color: #DFE2FE; }
a { background-color: rgb(223,226,254); }
div.DivClassName
{
background-color: #DFE2FE;
}
.BgClassName
{
background-color: #DFE2FE;
}
</style>
border-color css
<style>
span { border-color: #DFE2FE; }
span { border-color: rgb(223,226,254); }
td.TdClassName
{
border-color: #DFE2FE;
}
.TagClassName
{
border-color: #DFE2FE;
}
</style>