Html Css Color HEX #EEBDE5 French Lilac

📋 copy color: '#EEBDE5'

red 238 ◦ green 189 ◦ blue 229

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

Shades of French Lilac #EEBDE5

Tints of French Lilac #EEBDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 36.28%
G = 28.81%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EEBDE5 (or 0xEEBDE5) is known color: French Lilac. HEX triplet: EE, BD and E5. RGB value is (238,189,229). Sum of RGB (Red+Green+Blue) = 238+189+229=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDE5 is #11421A. Grayscale: #D0D0D0. Windows color (decimal): -1131035 or 15056366. OLE color: 15056366.

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

Color convert

RGB 238 189 229 -
CMYK 0 0.21 0.04 0.07
HSL 311.02º 0.59% 0.84% -
HSV(B) 311.02º 0.21% 0.93% -
XYZ 67.6 60.23 82.19 -
YUV 208.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 238 189 229 0 0.21 0.04 0.07 311.02 0.59 0.84
Hex EE BD E5 0 15 4 7 137 3B 54
Octal 356 275 345 0 25 4 7 467 73 124
Binary 11101110 10111101 11100101 0 10101 100 111 100110111 111011 1010100

Color Harmonies of #EEBDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDE5

Black with #EEBDE5

Text Example


Text Example

White with #EEBDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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