#E3DCFC

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

Shades of Lavender #E3DCFC

Tints of Lavender #E3DCFC

Color information

#E3DCFC (or 0xE3DCFC) is unknown color: approx Lavender. HEX triplet: E3, DC and FC. RGB value is (227,220,252). Sum of RGB (Red+Green+Blue) = 227+220+252=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCFC is #1C2303. Grayscale: #E1E1E1. Windows color (decimal): -1843972 or 16571619. OLE color: 16571619.

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

Color convert

RGB227220252-
CMYK0.100.1300.01
HSL253.12º84.21%92.55%-
HSV(B)253.12º12.7%98.82%-
XYZ74.8474.55102.54-
YUV225.74142.82128.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.47%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=32.47%
G=31.47%
B=36.05%

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
Decimal2272202520.100.1300.01253.1284.2192.55
HexE3DCFCAD01fd545d
Octal343334374121501375124135
Binary11100011110111001111110010101101011111110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DCFC; }

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

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

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

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

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

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

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

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