Shades of Lavender #DFE2F3
Tints of Lavender #DFE2F3
RGB
CMYK
RGB Variations
Color information
#DFE2F3 (or 0xDFE2F3) is known color: Lavender. HEX triplet: DF, E2 and F3. RGB value is (223,226,243). Sum of RGB (Red+Green+Blue) = 223+226+243=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2F3 is #201D0C. Grayscale: #E2E2E2. Windows color (decimal): -2104589 or 15983327. OLE color: 15983327.
HSL color Cylindrical-coordinate representation of color #DFE2F3: hue angle of 231º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE2F3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 226 | 243 | - |
CMYK | 0.08 | 0.07 | 0 | 0.05 |
HSL | 231º | 0.45% | 0.91% | - |
HSV(B) | 231º | 0.08% | 0.95% | - |
XYZ | 73.81 | 76.55 | 95.68 | - |
YUV | 227.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 243 | 0.08 | 0.07 | 0 | 0.05 | 231 | 0.45 | 0.91 |
Hex | DF | E2 | F3 | 8 | 7 | 0 | 5 | E7 | 2D | 5B |
Octal | 337 | 342 | 363 | 10 | 7 | 0 | 5 | 347 | 55 | 133 |
Binary | 11011111 | 11100010 | 11110011 | 1000 | 111 | 0 | 101 | 11100111 | 101101 | 1011011 |
Color Harmonies of #DFE2F3
Complementary color
Monochromatic Colors of #DFE2F3
Black with #DFE2F3
Text Example
Text Example
White with #DFE2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2F3; }
p { color: rgb(223,226,243); }
H1.HeaderClassName
{
color: #DFE2F3;
}
.AnyTagClassName
{
color: #DFE2F3;
}
</style>
background-color css
<style>
a { background-color: #DFE2F3; }
a { background-color: rgb(223,226,243); }
div.DivClassName
{
background-color: #DFE2F3;
}
.BgClassName
{
background-color: #DFE2F3;
}
</style>
border-color css
<style>
span { border-color: #DFE2F3; }
span { border-color: rgb(223,226,243); }
td.TdClassName
{
border-color: #DFE2F3;
}
.TagClassName
{
border-color: #DFE2F3;
}
</style>