Html Css Color HEX #EDBBE8 French Lilac

📋 copy color: '#EDBBE8'

red 237 ◦ green 187 ◦ blue 232

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

Shades of French Lilac #EDBBE8

Tints of French Lilac #EDBBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.37%

R = 36.13%
G = 28.51%
B = 35.37%

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

#EDBBE8 (or 0xEDBBE8) is known color: French Lilac. HEX triplet: ED, BB and E8. RGB value is (237,187,232). Sum of RGB (Red+Green+Blue) = 237+187+232=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE8 is #124417. Grayscale: #CECECE. Windows color (decimal): -1197080 or 15252461. OLE color: 15252461.

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

Color convert

RGB 237 187 232 -
CMYK 0 0.21 0.02 0.07
HSL 306º 0.58% 0.83% -
HSV(B) 306º 0.21% 0.93% -
XYZ 67.26 59.37 84.26 -
YUV 207.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 237 187 232 0 0.21 0.02 0.07 306 0.58 0.83
Hex ED BB E8 0 15 2 7 132 3A 53
Octal 355 273 350 0 25 2 7 462 72 123
Binary 11101101 10111011 11101000 0 10101 10 111 100110010 111010 1010011

Color Harmonies of #EDBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBE8

Black with #EDBBE8

Text Example


Text Example

White with #EDBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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