#EBAEDD

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

Shades of French Lilac #EBAEDD

Tints of French Lilac #EBAEDD

Color information

#EBAEDD (or 0xEBAEDD) is unknown color: approx French Lilac. HEX triplet: EB, AE and DD. RGB value is (235,174,221). Sum of RGB (Red+Green+Blue) = 235+174+221=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEDD is #145122. Grayscale: #C5C5C5. Windows color (decimal): -1331491 or 14528235. OLE color: 14528235.

HSL color Cylindrical-coordinate representation of color #EBAEDD: hue angle of 313.77º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEDD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235174221-
CMYK00.260.060.08
HSL313.77º60.4%80.2%-
HSV(B)313.77º25.96%92.16%-
XYZ62.4553.1575.38-
YUV197.6141.21154.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=37.30%
G=27.62%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517422100.260.060.08313.7760.480.2
HexEBAEDD01A6813a3c50
Octal35325633503261047274120
Binary11101011101011101101110101101011010001001110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEDD; }

 p { color: rgb(235,174,221); }

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

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

 a { background-color: rgb(235,174,221); }

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

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

 span { border-color: rgb(235,174,221); }

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