Shades of Lavender #DFE3F8
Tints of Lavender #DFE3F8
RGB
CMYK
RGB Variations
Color information
#DFE3F8 (or 0xDFE3F8) is known color: Lavender. HEX triplet: DF, E3 and F8. RGB value is (223,227,248). Sum of RGB (Red+Green+Blue) = 223+227+248=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFE3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3F8 is #201C07. Grayscale: #E4E4E4. Windows color (decimal): -2104328 or 16311263. OLE color: 16311263.
HSL color Cylindrical-coordinate representation of color #DFE3F8: hue angle of 230.4º 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 #DFE3F8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 227 | 248 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.03 |
| HSL | 230.4º | 0.64% | 0.92% | - |
| HSV(B) | 230.4º | 0.1% | 0.97% | - |
| XYZ | 74.84 | 77.4 | 99.8 | - |
| YUV | 228.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 248 | 0.10 | 0.08 | 0 | 0.03 | 230.4 | 0.64 | 0.92 |
| Hex | DF | E3 | F8 | A | 8 | 0 | 3 | E6 | 40 | 5C |
| Octal | 337 | 343 | 370 | 12 | 10 | 0 | 3 | 346 | 100 | 134 |
| Binary | 11011111 | 11100011 | 11111000 | 1010 | 1000 | 0 | 11 | 11100110 | 1000000 | 1011100 |
Color Harmonies of #DFE3F8
Complementary color
Monochromatic Colors of #DFE3F8
Black with #DFE3F8
Text Example
Text Example
White with #DFE3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3F8; }
p { color: rgb(223,227,248); }
H1.HeaderClassName
{
color: #DFE3F8;
}
.AnyTagClassName
{
color: #DFE3F8;
}
</style>
background-color css
<style>
a { background-color: #DFE3F8; }
a { background-color: rgb(223,227,248); }
div.DivClassName
{
background-color: #DFE3F8;
}
.BgClassName
{
background-color: #DFE3F8;
}
</style>
border-color css
<style>
span { border-color: #DFE3F8; }
span { border-color: rgb(223,227,248); }
td.TdClassName
{
border-color: #DFE3F8;
}
.TagClassName
{
border-color: #DFE3F8;
}
</style>