Html Css Color HEX #EDBBE1 French Lilac

📋 copy color: '#EDBBE1'

red 237 ◦ green 187 ◦ blue 225

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

Shades of French Lilac #EDBBE1

Tints of French Lilac #EDBBE1

RGB

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

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

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

R = 36.52%
G = 28.81%
B = 34.67%

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

#EDBBE1 (or 0xEDBBE1) is known color: French Lilac. HEX triplet: ED, BB and E1. RGB value is (237,187,225). Sum of RGB (Red+Green+Blue) = 237+187+225=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE1 is #12441E. Grayscale: #CECECE. Windows color (decimal): -1197087 or 14793709. OLE color: 14793709.

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

Color convert

RGB 237 187 225 -
CMYK 0 0.21 0.05 0.07
HSL 314.4º 0.58% 0.83% -
HSV(B) 314.4º 0.21% 0.93% -
XYZ 66.29 58.98 79.13 -
YUV 206.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 237 187 225 0 0.21 0.05 0.07 314.4 0.58 0.83
Hex ED BB E1 0 15 5 7 13A 3A 53
Octal 355 273 341 0 25 5 7 472 72 123
Binary 11101101 10111011 11100001 0 10101 101 111 100111010 111010 1010011

Color Harmonies of #EDBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBE1

Black with #EDBBE1

Text Example


Text Example

White with #EDBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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