Html Css Color HEX #EDBEE1 French Lilac

📋 copy color: '#EDBEE1'

red 237 ◦ green 190 ◦ blue 225

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

Shades of French Lilac #EDBEE1

Tints of French Lilac #EDBEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.14%

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

R = 36.35%
G = 29.14%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDBEE1 (or 0xEDBEE1) is known color: French Lilac. HEX triplet: ED, BE and E1. RGB value is (237,190,225). Sum of RGB (Red+Green+Blue) = 237+190+225=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEE1 is #12411E. Grayscale: #CFCFCF. Windows color (decimal): -1196319 or 14794477. OLE color: 14794477.

HSL color Cylindrical-coordinate representation of color #EDBEE1: hue angle of 315.32º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEE1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 225 -
CMYK 0 0.20 0.05 0.07
HSL 315.32º 0.57% 0.84% -
HSV(B) 315.32º 0.2% 0.93% -
XYZ 66.93 60.27 79.34 -
YUV 208.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 237 190 225 0 0.20 0.05 0.07 315.32 0.57 0.84
Hex ED BE E1 0 14 5 7 13B 39 54
Octal 355 276 341 0 24 5 7 473 71 124
Binary 11101101 10111110 11100001 0 10100 101 111 100111011 111001 1010100

Color Harmonies of #EDBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEE1

Black with #EDBEE1

Text Example


Text Example

White with #EDBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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