Shades of Lavender #DFE0F9
Tints of Lavender #DFE0F9
RGB
CMYK
RGB Variations
Color information
#DFE0F9 (or 0xDFE0F9) is known color: Lavender. HEX triplet: DF, E0 and F9. RGB value is (223,224,249). Sum of RGB (Red+Green+Blue) = 223+224+249=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F9 is #201F06. Grayscale: #E2E2E2. Windows color (decimal): -2105095 or 16376031. OLE color: 16376031.
HSL color Cylindrical-coordinate representation of color #DFE0F9: hue angle of 237.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE0F9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 224 | 249 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.02 |
| HSL | 237.69º | 0.68% | 0.93% | - |
| HSV(B) | 237.69º | 0.1% | 0.98% | - |
| XYZ | 74.19 | 75.84 | 100.35 | - |
| YUV | 226.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 249 | 0.10 | 0.10 | 0 | 0.02 | 237.69 | 0.68 | 0.93 |
| Hex | DF | E0 | F9 | A | A | 0 | 2 | EE | 44 | 5D |
| Octal | 337 | 340 | 371 | 12 | 12 | 0 | 2 | 356 | 104 | 135 |
| Binary | 11011111 | 11100000 | 11111001 | 1010 | 1010 | 0 | 10 | 11101110 | 1000100 | 1011101 |
Color Harmonies of #DFE0F9
Complementary color
Monochromatic Colors of #DFE0F9
Black with #DFE0F9
Text Example
Text Example
White with #DFE0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0F9; }
p { color: rgb(223,224,249); }
H1.HeaderClassName
{
color: #DFE0F9;
}
.AnyTagClassName
{
color: #DFE0F9;
}
</style>
background-color css
<style>
a { background-color: #DFE0F9; }
a { background-color: rgb(223,224,249); }
div.DivClassName
{
background-color: #DFE0F9;
}
.BgClassName
{
background-color: #DFE0F9;
}
</style>
border-color css
<style>
span { border-color: #DFE0F9; }
span { border-color: rgb(223,224,249); }
td.TdClassName
{
border-color: #DFE0F9;
}
.TagClassName
{
border-color: #DFE0F9;
}
</style>