Shades of Lavender #DFE5FC
Tints of Lavender #DFE5FC
RGB
CMYK
RGB Variations
Color information
#DFE5FC (or 0xDFE5FC) is known color: Lavender. HEX triplet: DF, E5 and FC. RGB value is (223,229,252). Sum of RGB (Red+Green+Blue) = 223+229+252=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5FC is #201A03. Grayscale: #E5E5E5. Windows color (decimal): -2103812 or 16573919. OLE color: 16573919.
HSL color Cylindrical-coordinate representation of color #DFE5FC: hue angle of 227.59º 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 #DFE5FC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 229 | 252 | - |
CMYK | 0.12 | 0.09 | 0 | 0.01 |
HSL | 227.59º | 0.83% | 0.93% | - |
HSV(B) | 227.59º | 0.12% | 0.99% | - |
XYZ | 76.02 | 78.75 | 103.29 | - |
YUV | 229.83 | 140.51 | 123.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 229 | 252 | 0.12 | 0.09 | 0 | 0.01 | 227.59 | 0.83 | 0.93 |
Hex | DF | E5 | FC | C | 9 | 0 | 1 | E4 | 53 | 5D |
Octal | 337 | 345 | 374 | 14 | 11 | 0 | 1 | 344 | 123 | 135 |
Binary | 11011111 | 11100101 | 11111100 | 1100 | 1001 | 0 | 1 | 11100100 | 1010011 | 1011101 |
Color Harmonies of #DFE5FC
Complementary color
Monochromatic Colors of #DFE5FC
Black with #DFE5FC
Text Example
Text Example
White with #DFE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5FC; }
p { color: rgb(223,229,252); }
H1.HeaderClassName
{
color: #DFE5FC;
}
.AnyTagClassName
{
color: #DFE5FC;
}
</style>
background-color css
<style>
a { background-color: #DFE5FC; }
a { background-color: rgb(223,229,252); }
div.DivClassName
{
background-color: #DFE5FC;
}
.BgClassName
{
background-color: #DFE5FC;
}
</style>
border-color css
<style>
span { border-color: #DFE5FC; }
span { border-color: rgb(223,229,252); }
td.TdClassName
{
border-color: #DFE5FC;
}
.TagClassName
{
border-color: #DFE5FC;
}
</style>