#DFE1FE

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

Shades of Lavender #DFE1FE

Tints of Lavender #DFE1FE

Color information

#DFE1FE (or 0xDFE1FE) is unknown color: approx Lavender. HEX triplet: DF, E1 and FE. RGB value is (223,225,254). Sum of RGB (Red+Green+Blue) = 223+225+254=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FE is #201E01. Grayscale: #E3E3E3. Windows color (decimal): -2104834 or 16703967. OLE color: 16703967.

HSL color Cylindrical-coordinate representation of color #DFE1FE: hue angle of 236.13º 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 #DFE1FE is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223225254-
CMYK0.120.1100.00
HSL236.13º93.94%93.53%-
HSV(B)236.13º12.2%99.61%-
XYZ75.2576.69104.6-
YUV227.71142.84124.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 225 (88.28% from 255) = 32.05%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=31.77%
G=32.05%
B=36.18%

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
Decimal2232252540.120.1100.00236.1393.9493.53
HexDFE1FECB00ec5e5e
Octal337341376141300354136136
Binary11011111111000011111111011001011001110110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1FE; }

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

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

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

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

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

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

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

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