Shades of Lavender #DFE1FC
Tints of Lavender #DFE1FC
RGB
CMYK
RGB Variations
Color information
#DFE1FC (or 0xDFE1FC) is known color: Lavender. HEX triplet: DF, E1 and FC. RGB value is (223,225,252). Sum of RGB (Red+Green+Blue) = 223+225+252=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FC is #201E03. Grayscale: #E3E3E3. Windows color (decimal): -2104836 or 16572895. OLE color: 16572895.
HSL color Cylindrical-coordinate representation of color #DFE1FC: hue angle of 235.86º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE1FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 225 | 252 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 235.86º | 0.83% | 0.93% | - |
| HSV(B) | 235.86º | 0.12% | 0.99% | - |
| XYZ | 74.93 | 76.57 | 102.93 | - |
| YUV | 227.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 252 | 0.12 | 0.11 | 0 | 0.01 | 235.86 | 0.83 | 0.93 |
| Hex | DF | E1 | FC | C | B | 0 | 1 | EC | 53 | 5D |
| Octal | 337 | 341 | 374 | 14 | 13 | 0 | 1 | 354 | 123 | 135 |
| Binary | 11011111 | 11100001 | 11111100 | 1100 | 1011 | 0 | 1 | 11101100 | 1010011 | 1011101 |
Color Harmonies of #DFE1FC
Complementary color
Monochromatic Colors of #DFE1FC
Black with #DFE1FC
Text Example
Text Example
White with #DFE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1FC; }
p { color: rgb(223,225,252); }
H1.HeaderClassName
{
color: #DFE1FC;
}
.AnyTagClassName
{
color: #DFE1FC;
}
</style>
background-color css
<style>
a { background-color: #DFE1FC; }
a { background-color: rgb(223,225,252); }
div.DivClassName
{
background-color: #DFE1FC;
}
.BgClassName
{
background-color: #DFE1FC;
}
</style>
border-color css
<style>
span { border-color: #DFE1FC; }
span { border-color: rgb(223,225,252); }
td.TdClassName
{
border-color: #DFE1FC;
}
.TagClassName
{
border-color: #DFE1FC;
}
</style>