Html Css Color HEX #EDBBE9 French Lilac

📋 copy color: '#EDBBE9'

red 237 ◦ green 187 ◦ blue 233

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

Shades of French Lilac #EDBBE9

Tints of French Lilac #EDBBE9

RGB

 RED value IS 237 (92.97% from 255) = 36.07%

 GREEN value IS 187 (73.44% from 255) = 28.46%

 BLUE value IS 233 (91.41% from 255) = 35.46%

R = 36.07%
G = 28.46%
B = 35.46%

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

#EDBBE9 (or 0xEDBBE9) is known color: French Lilac. HEX triplet: ED, BB and E9. RGB value is (237,187,233). Sum of RGB (Red+Green+Blue) = 237+187+233=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE9 is #124416. Grayscale: #CFCFCF. Windows color (decimal): -1197079 or 15317997. OLE color: 15317997.

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

Color convert

RGB 237 187 233 -
CMYK 0 0.21 0.02 0.07
HSL 304.8º 0.58% 0.83% -
HSV(B) 304.8º 0.21% 0.93% -
XYZ 67.4 59.43 85.01 -
YUV 207.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 237 187 233 0 0.21 0.02 0.07 304.8 0.58 0.83
Hex ED BB E9 0 15 2 7 131 3A 53
Octal 355 273 351 0 25 2 7 461 72 123
Binary 11101101 10111011 11101001 0 10101 10 111 100110001 111010 1010011

Color Harmonies of #EDBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBE9

Black with #EDBBE9

Text Example


Text Example

White with #EDBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBE9; }

 p { color: rgb(237,187,233); }

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

background-color css

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

 a { background-color: rgb(237,187,233); }

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

border-color css

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

 span { border-color: rgb(237,187,233); }

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