Shades of Lavender #DFE2FF
Tints of Lavender #DFE2FF
RGB
CMYK
RGB Variations
Color information
#DFE2FF (or 0xDFE2FF) is known color: Lavender. HEX triplet: DF, E2 and FF. RGB value is (223,226,255). Sum of RGB (Red+Green+Blue) = 223+226+255=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FF is #201D00. Grayscale: #E4E4E4. Windows color (decimal): -2104577 or 16769759. OLE color: 16769759.
HSL color Cylindrical-coordinate representation of color #DFE2FF: hue angle of 234.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFE2FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 226 | 255 | - |
CMYK | 0.13 | 0.11 | 0 | 0 |
HSL | 234.38º | 1% | 0.94% | - |
HSV(B) | 234.38º | 0.13% | 1% | - |
XYZ | 75.68 | 77.3 | 105.54 | - |
YUV | 228.41 | 143.01 | 124.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 255 | 0.13 | 0.11 | 0 | 0 | 234.38 | 1 | 0.94 |
Hex | DF | E2 | FF | D | B | 0 | 0 | EA | 64 | 5E |
Octal | 337 | 342 | 377 | 15 | 13 | 0 | 0 | 352 | 144 | 136 |
Binary | 11011111 | 11100010 | 11111111 | 1101 | 1011 | 0 | 0 | 11101010 | 1100100 | 1011110 |
Color Harmonies of #DFE2FF
Complementary color
Monochromatic Colors of #DFE2FF
Black with #DFE2FF
Text Example
Text Example
White with #DFE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2FF; }
p { color: rgb(223,226,255); }
H1.HeaderClassName
{
color: #DFE2FF;
}
.AnyTagClassName
{
color: #DFE2FF;
}
</style>
background-color css
<style>
a { background-color: #DFE2FF; }
a { background-color: rgb(223,226,255); }
div.DivClassName
{
background-color: #DFE2FF;
}
.BgClassName
{
background-color: #DFE2FF;
}
</style>
border-color css
<style>
span { border-color: #DFE2FF; }
span { border-color: rgb(223,226,255); }
td.TdClassName
{
border-color: #DFE2FF;
}
.TagClassName
{
border-color: #DFE2FF;
}
</style>