#DFE4FD

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

Shades of Lavender #DFE4FD

Tints of Lavender #DFE4FD

Color information

#DFE4FD (or 0xDFE4FD) is unknown color: approx Lavender. HEX triplet: DF, E4 and FD. RGB value is (223,228,253). Sum of RGB (Red+Green+Blue) = 223+228+253=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FD is #201B02. Grayscale: #E5E5E5. Windows color (decimal): -2104067 or 16639199. OLE color: 16639199.

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

Color convert

RGB223228253-
CMYK0.120.1000.01
HSL230º88.24%93.33%-
HSV(B)230º11.86%99.22%-
XYZ75.978.27104.03-
YUV229.36141.34123.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 228 (89.45% from 255) = 32.39%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=31.68%
G=32.39%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232282530.120.1000.0123088.2493.33
HexDFE4FDCA01e6585d
Octal337344375141201346130135
Binary11011111111001001111110111001010011110011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4FD; }

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

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

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

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

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

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

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

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