Shades of Lavender #DFE0FC
Tints of Lavender #DFE0FC
RGB
CMYK
RGB Variations
Color information
#DFE0FC (or 0xDFE0FC) is known color: Lavender. HEX triplet: DF, E0 and FC. RGB value is (223,224,252). Sum of RGB (Red+Green+Blue) = 223+224+252=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FC is #201F03. Grayscale: #E2E2E2. Windows color (decimal): -2105092 or 16572639. OLE color: 16572639.
HSL color Cylindrical-coordinate representation of color #DFE0FC: hue angle of 237.93º degrees, saturation: 0.83, 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 #DFE0FC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 224 | 252 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.01 |
| HSL | 237.93º | 0.83% | 0.93% | - |
| HSV(B) | 237.93º | 0.12% | 0.99% | - |
| XYZ | 74.66 | 76.03 | 102.84 | - |
| YUV | 226.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 252 | 0.12 | 0.11 | 0 | 0.01 | 237.93 | 0.83 | 0.93 |
| Hex | DF | E0 | FC | C | B | 0 | 1 | EE | 53 | 5D |
| Octal | 337 | 340 | 374 | 14 | 13 | 0 | 1 | 356 | 123 | 135 |
| Binary | 11011111 | 11100000 | 11111100 | 1100 | 1011 | 0 | 1 | 11101110 | 1010011 | 1011101 |
Color Harmonies of #DFE0FC
Complementary color
Monochromatic Colors of #DFE0FC
Black with #DFE0FC
Text Example
Text Example
White with #DFE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0FC; }
p { color: rgb(223,224,252); }
H1.HeaderClassName
{
color: #DFE0FC;
}
.AnyTagClassName
{
color: #DFE0FC;
}
</style>
background-color css
<style>
a { background-color: #DFE0FC; }
a { background-color: rgb(223,224,252); }
div.DivClassName
{
background-color: #DFE0FC;
}
.BgClassName
{
background-color: #DFE0FC;
}
</style>
border-color css
<style>
span { border-color: #DFE0FC; }
span { border-color: rgb(223,224,252); }
td.TdClassName
{
border-color: #DFE0FC;
}
.TagClassName
{
border-color: #DFE0FC;
}
</style>