Shades of Lavender #DFE0FD
Tints of Lavender #DFE0FD
RGB
CMYK
RGB Variations
Color information
#DFE0FD (or 0xDFE0FD) is known color: Lavender. HEX triplet: DF, E0 and FD. RGB value is (223,224,253). Sum of RGB (Red+Green+Blue) = 223+224+253=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FD is #201F02. Grayscale: #E2E2E2. Windows color (decimal): -2105091 or 16638175. OLE color: 16638175.
HSL color Cylindrical-coordinate representation of color #DFE0FD: hue angle of 238º degrees, saturation: 0.88, 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 #DFE0FD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 224 | 253 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 238º | 0.88% | 0.93% | - |
| HSV(B) | 238º | 0.12% | 0.99% | - |
| XYZ | 74.82 | 76.09 | 103.67 | - |
| YUV | 227.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 253 | 0.12 | 0.11 | 0 | 0.01 | 238 | 0.88 | 0.93 |
| Hex | DF | E0 | FD | C | B | 0 | 1 | EE | 58 | 5D |
| Octal | 337 | 340 | 375 | 14 | 13 | 0 | 1 | 356 | 130 | 135 |
| Binary | 11011111 | 11100000 | 11111101 | 1100 | 1011 | 0 | 1 | 11101110 | 1011000 | 1011101 |
Color Harmonies of #DFE0FD
Complementary color
Monochromatic Colors of #DFE0FD
Black with #DFE0FD
Text Example
Text Example
White with #DFE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0FD; }
p { color: rgb(223,224,253); }
H1.HeaderClassName
{
color: #DFE0FD;
}
.AnyTagClassName
{
color: #DFE0FD;
}
</style>
background-color css
<style>
a { background-color: #DFE0FD; }
a { background-color: rgb(223,224,253); }
div.DivClassName
{
background-color: #DFE0FD;
}
.BgClassName
{
background-color: #DFE0FD;
}
</style>
border-color css
<style>
span { border-color: #DFE0FD; }
span { border-color: rgb(223,224,253); }
td.TdClassName
{
border-color: #DFE0FD;
}
.TagClassName
{
border-color: #DFE0FD;
}
</style>