#E4CBE0

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

Shades of French Lilac #E4CBE0

Tints of French Lilac #E4CBE0

Color information

#E4CBE0 (or 0xE4CBE0) is unknown color: approx French Lilac. HEX triplet: E4, CB and E0. RGB value is (228,203,224). Sum of RGB (Red+Green+Blue) = 228+203+224=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBE0 is #1B341F. Grayscale: #D4D4D4. Windows color (decimal): -1782816 or 14732260. OLE color: 14732260.

HSL color Cylindrical-coordinate representation of color #E4CBE0: hue angle of 309.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBE0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228203224-
CMYK00.110.020.11
HSL309.6º31.65%84.51%-
HSV(B)309.6º10.96%89.41%-
XYZ66.8164.5979.47-
YUV212.87134.28138.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=34.81%
G=30.99%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820322400.110.020.11309.631.6584.51
HexE4CBE00B2B1362055
Octal34431334001321346640125
Binary111001001100101111100000010111010111001101101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBE0; }

 p { color: rgb(228,203,224); }

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

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

 a { background-color: rgb(228,203,224); }

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

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

 span { border-color: rgb(228,203,224); }

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