Shades of Lavender #DFE0F8
Tints of Lavender #DFE0F8
RGB
CMYK
RGB Variations
Color information
#DFE0F8 (or 0xDFE0F8) is known color: Lavender. HEX triplet: DF, E0 and F8. RGB value is (223,224,248). Sum of RGB (Red+Green+Blue) = 223+224+248=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F8 is #201F07. Grayscale: #E2E2E2. Windows color (decimal): -2105096 or 16310495. OLE color: 16310495.
HSL color Cylindrical-coordinate representation of color #DFE0F8: hue angle of 237.6º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE0F8 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 224 | 248 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.03 |
| HSL | 237.6º | 0.64% | 0.92% | - |
| HSV(B) | 237.6º | 0.1% | 0.97% | - |
| XYZ | 74.03 | 75.78 | 99.53 | - |
| YUV | 226.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 248 | 0.10 | 0.10 | 0 | 0.03 | 237.6 | 0.64 | 0.92 |
| Hex | DF | E0 | F8 | A | A | 0 | 3 | EE | 40 | 5C |
| Octal | 337 | 340 | 370 | 12 | 12 | 0 | 3 | 356 | 100 | 134 |
| Binary | 11011111 | 11100000 | 11111000 | 1010 | 1010 | 0 | 11 | 11101110 | 1000000 | 1011100 |
Color Harmonies of #DFE0F8
Complementary color
Monochromatic Colors of #DFE0F8
Black with #DFE0F8
Text Example
Text Example
White with #DFE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0F8; }
p { color: rgb(223,224,248); }
H1.HeaderClassName
{
color: #DFE0F8;
}
.AnyTagClassName
{
color: #DFE0F8;
}
</style>
background-color css
<style>
a { background-color: #DFE0F8; }
a { background-color: rgb(223,224,248); }
div.DivClassName
{
background-color: #DFE0F8;
}
.BgClassName
{
background-color: #DFE0F8;
}
</style>
border-color css
<style>
span { border-color: #DFE0F8; }
span { border-color: rgb(223,224,248); }
td.TdClassName
{
border-color: #DFE0F8;
}
.TagClassName
{
border-color: #DFE0F8;
}
</style>