#DFE1FD

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

Shades of Lavender #DFE1FD

Tints of Lavender #DFE1FD

Color information

#DFE1FD (or 0xDFE1FD) is unknown color: approx Lavender. HEX triplet: DF, E1 and FD. RGB value is (223,225,253). Sum of RGB (Red+Green+Blue) = 223+225+253=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FD is #201E02. Grayscale: #E3E3E3. Windows color (decimal): -2104835 or 16638431. OLE color: 16638431.

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

Color convert

RGB223225253-
CMYK0.120.1100.01
HSL236º88.24%93.33%-
HSV(B)236º11.86%99.22%-
XYZ75.0976.63103.76-
YUV227.59142.34124.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=31.81%
G=32.10%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232252530.120.1100.0123688.2493.33
HexDFE1FDCB01ec585d
Octal337341375141301354130135
Binary11011111111000011111110111001011011110110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1FD; }

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

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

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

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

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

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

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

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