Shades of Lavender #DFE3FA
Tints of Lavender #DFE3FA
RGB
CMYK
RGB Variations
Color information
#DFE3FA (or 0xDFE3FA) is known color: Lavender. HEX triplet: DF, E3 and FA. RGB value is (223,227,250). Sum of RGB (Red+Green+Blue) = 223+227+250=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3FA is #201C05. Grayscale: #E4E4E4. Windows color (decimal): -2104326 or 16442335. OLE color: 16442335.
HSL color Cylindrical-coordinate representation of color #DFE3FA: hue angle of 231.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE3FA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 227 | 250 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.02 |
| HSL | 231.11º | 0.73% | 0.93% | - |
| HSV(B) | 231.11º | 0.11% | 0.98% | - |
| XYZ | 75.16 | 77.53 | 101.45 | - |
| YUV | 228.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 250 | 0.11 | 0.09 | 0 | 0.02 | 231.11 | 0.73 | 0.93 |
| Hex | DF | E3 | FA | B | 9 | 0 | 2 | E7 | 49 | 5D |
| Octal | 337 | 343 | 372 | 13 | 11 | 0 | 2 | 347 | 111 | 135 |
| Binary | 11011111 | 11100011 | 11111010 | 1011 | 1001 | 0 | 10 | 11100111 | 1001001 | 1011101 |
Color Harmonies of #DFE3FA
Complementary color
Monochromatic Colors of #DFE3FA
Black with #DFE3FA
Text Example
Text Example
White with #DFE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3FA; }
p { color: rgb(223,227,250); }
H1.HeaderClassName
{
color: #DFE3FA;
}
.AnyTagClassName
{
color: #DFE3FA;
}
</style>
background-color css
<style>
a { background-color: #DFE3FA; }
a { background-color: rgb(223,227,250); }
div.DivClassName
{
background-color: #DFE3FA;
}
.BgClassName
{
background-color: #DFE3FA;
}
</style>
border-color css
<style>
span { border-color: #DFE3FA; }
span { border-color: rgb(223,227,250); }
td.TdClassName
{
border-color: #DFE3FA;
}
.TagClassName
{
border-color: #DFE3FA;
}
</style>