#E3DDFC

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

Shades of Lavender #E3DDFC

Tints of Lavender #E3DDFC

Color information

#E3DDFC (or 0xE3DDFC) is unknown color: approx Lavender. HEX triplet: E3, DD and FC. RGB value is (227,221,252). Sum of RGB (Red+Green+Blue) = 227+221+252=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DDFC is #1C2203. Grayscale: #E2E2E2. Windows color (decimal): -1843716 or 16571875. OLE color: 16571875.

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

Color convert

RGB227221252-
CMYK0.100.1200.01
HSL251.61º83.78%92.75%-
HSV(B)251.61º12.3%98.82%-
XYZ75.1175.07102.63-
YUV226.33142.49128.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.43%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 252 (98.83% from 255) = 36%
R=32.43%
G=31.57%
B=36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2272212520.100.1200.01251.6183.7892.75
HexE3DDFCAC01fc545d
Octal343335374121401374124135
Binary11100011110111011111110010101100011111110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDFC; }

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

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

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

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

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

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

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

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