Html Css Color HEX #EEBDEA French Lilac

📋 copy color: '#EEBDEA'

red 238 ◦ green 189 ◦ blue 234

#EEBDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EEBDEA

Tints of French Lilac #EEBDEA

RGB

 RED value IS 238 (93.36% from 255) = 36.01%

 GREEN value IS 189 (74.22% from 255) = 28.59%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 36.01%
G = 28.59%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEBDEA (or 0xEEBDEA) is known color: French Lilac. HEX triplet: EE, BD and EA. RGB value is (238,189,234). Sum of RGB (Red+Green+Blue) = 238+189+234=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEA is #114215. Grayscale: #D0D0D0. Windows color (decimal): -1131030 or 15384046. OLE color: 15384046.

HSL color Cylindrical-coordinate representation of color #EEBDEA: hue angle of 304.9º 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 #EEBDEA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 234 -
CMYK 0 0.21 0.02 0.07
HSL 304.9º 0.59% 0.84% -
HSV(B) 304.9º 0.21% 0.93% -
XYZ 68.31 60.51 85.92 -
YUV 208.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 238 189 234 0 0.21 0.02 0.07 304.9 0.59 0.84
Hex EE BD EA 0 15 2 7 131 3B 54
Octal 356 275 352 0 25 2 7 461 73 124
Binary 11101110 10111101 11101010 0 10101 10 111 100110001 111011 1010100

Color Harmonies of #EEBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDEA

Black with #EEBDEA

Text Example


Text Example

White with #EEBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDEA; }

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

 H1.HeaderClassName
 {
   color: #EEBDEA;
 }
 .AnyTagClassName
 {
   color: #EEBDEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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