#DFE2FE

Color #DFE2FE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #DFE2FE

Tints of Lavender #DFE2FE

Color information

#DFE2FE (or 0xDFE2FE) is unknown color: approx Lavender. HEX triplet: DF, E2 and FE. RGB value is (223,226,254). Sum of RGB (Red+Green+Blue) = 223+226+254=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FE is #201D01. Grayscale: #E4E4E4. Windows color (decimal): -2104578 or 16704223. OLE color: 16704223.

HSL color Cylindrical-coordinate representation of color #DFE2FE: hue angle of 234.19º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE2FE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223226254-
CMYK0.120.1100.00
HSL234.19º93.94%93.53%-
HSV(B)234.19º12.2%99.61%-
XYZ75.5277.24104.69-
YUV228.3142.51124.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 226 (88.67% from 255) = 32.15%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=31.72%
G=32.15%
B=36.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232262540.120.1100.00234.1993.9493.53
HexDFE2FECB00ea5e5e
Octal337342376141300352136136
Binary11011111111000101111111011001011001110101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2FE; }

 p { color: rgb(223,226,254); }

 H1.HeaderClassName
 {
   color: #DFE2FE;
 }
 .AnyTagClassName
 {
   color: #DFE2FE;
 }
</style>
background-color css

<style>
 a { background-color: #DFE2FE; }

 a { background-color: rgb(223,226,254); }

 div.DivClassName
 {
   background-color: #DFE2FE;
 }
 .BgClassName
 {
   background-color: #DFE2FE;
 }
</style>
border-color css

<style>
 span { border-color: #DFE2FE; }

 span { border-color: rgb(223,226,254); }

 td.TdClassName
 {
   border-color: #DFE2FE;
 }
 .TagClassName
 {
   border-color: #DFE2FE;
 }
</style>