Html Css Color HEX #EEBDE1 French Lilac

📋 copy color: '#EEBDE1'

red 238 ◦ green 189 ◦ blue 225

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

Shades of French Lilac #EEBDE1

Tints of French Lilac #EEBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 36.5%
G = 28.99%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EEBDE1 (or 0xEEBDE1) is known color: French Lilac. HEX triplet: EE, BD and E1. RGB value is (238,189,225). Sum of RGB (Red+Green+Blue) = 238+189+225=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDE1 is #11421E. Grayscale: #CFCFCF. Windows color (decimal): -1131039 or 14794222. OLE color: 14794222.

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

Color convert

RGB 238 189 225 -
CMYK 0 0.21 0.05 0.07
HSL 315.92º 0.59% 0.84% -
HSV(B) 315.92º 0.21% 0.93% -
XYZ 67.05 60.01 79.28 -
YUV 207.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 238 189 225 0 0.21 0.05 0.07 315.92 0.59 0.84
Hex EE BD E1 0 15 5 7 13C 3B 54
Octal 356 275 341 0 25 5 7 474 73 124
Binary 11101110 10111101 11100001 0 10101 101 111 100111100 111011 1010100

Color Harmonies of #EEBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDE1

Black with #EEBDE1

Text Example


Text Example

White with #EEBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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