Html Css Color HEX #EDBBE2 French Lilac

📋 copy color: '#EDBBE2'

red 237 ◦ green 187 ◦ blue 226

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

Shades of French Lilac #EDBBE2

Tints of French Lilac #EDBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 36.46%
G = 28.77%
B = 34.77%

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

#EDBBE2 (or 0xEDBBE2) is known color: French Lilac. HEX triplet: ED, BB and E2. RGB value is (237,187,226). Sum of RGB (Red+Green+Blue) = 237+187+226=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE2 is #12441D. Grayscale: #CECECE. Windows color (decimal): -1197086 or 14859245. OLE color: 14859245.

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

Color convert

RGB 237 187 226 -
CMYK 0 0.21 0.05 0.07
HSL 313.2º 0.58% 0.83% -
HSV(B) 313.2º 0.21% 0.93% -
XYZ 66.42 59.04 79.85 -
YUV 206.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 237 187 226 0 0.21 0.05 0.07 313.2 0.58 0.83
Hex ED BB E2 0 15 5 7 139 3A 53
Octal 355 273 342 0 25 5 7 471 72 123
Binary 11101101 10111011 11100010 0 10101 101 111 100111001 111010 1010011

Color Harmonies of #EDBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBE2

Black with #EDBBE2

Text Example


Text Example

White with #EDBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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