#E3DBFC

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

Shades of Lavender #E3DBFC

Tints of Lavender #E3DBFC

Color information

#E3DBFC (or 0xE3DBFC) is unknown color: approx Lavender. HEX triplet: E3, DB and FC. RGB value is (227,219,252). Sum of RGB (Red+Green+Blue) = 227+219+252=698 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.52% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBFC is #1C2403. Grayscale: #E1E1E1. Windows color (decimal): -1844228 or 16571363. OLE color: 16571363.

HSL color Cylindrical-coordinate representation of color #E3DBFC: hue angle of 254.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DBFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227219252-
CMYK0.100.1300.01
HSL254.55º84.62%92.35%-
HSV(B)254.55º13.1%98.82%-
XYZ74.5874.02102.45-
YUV225.15143.15129.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=32.52%
G=31.38%
B=36.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272192520.100.1300.01254.5584.6292.35
HexE3DBFCAD01ff555c
Octal343333374121501377125134
Binary11100011110110111111110010101101011111111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DBFC; }

 p { color: rgb(227,219,252); }

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

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

 a { background-color: rgb(227,219,252); }

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

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

 span { border-color: rgb(227,219,252); }

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