#EEBDEE

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

Shades of French Lilac #EEBDEE

Tints of French Lilac #EEBDEE

Color information

#EEBDEE (or 0xEEBDEE) is unknown color: approx French Lilac. HEX triplet: EE, BD and EE. RGB value is (238,189,238). Sum of RGB (Red+Green+Blue) = 238+189+238=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEE is #114211. Grayscale: #D1D1D1. Windows color (decimal): -1131026 or 15646190. OLE color: 15646190.

HSL color Cylindrical-coordinate representation of color #EEBDEE: hue angle of 300º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDEE is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238189238-
CMYK00.2100.07
HSL300º59.04%83.73%-
HSV(B)300º20.59%93.33%-
XYZ68.8960.7588.98-
YUV209.24144.23148.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=35.79%
G=28.42%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818923800.2100.0730059.0483.73
HexEEBDEE0150712c3b54
Octal3562753560250745473124
Binary11101110101111011110111001010101111001011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDEE; }

 p { color: rgb(238,189,238); }

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

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

 a { background-color: rgb(238,189,238); }

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

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

 span { border-color: rgb(238,189,238); }

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