Html Css Color HEX #EDBFE5 French Lilac

📋 copy color: '#EDBFE5'

red 237 ◦ green 191 ◦ blue 229

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

Shades of French Lilac #EDBFE5

Tints of French Lilac #EDBFE5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.07%

 BLUE value IS 229 (89.84% from 255) = 34.86%

R = 36.07%
G = 29.07%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDBFE5 (or 0xEDBFE5) is known color: French Lilac. HEX triplet: ED, BF and E5. RGB value is (237,191,229). Sum of RGB (Red+Green+Blue) = 237+191+229=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFE5 is #12401A. Grayscale: #D0D0D0. Windows color (decimal): -1196059 or 15056877. OLE color: 15056877.

HSL color Cylindrical-coordinate representation of color #EDBFE5: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFE5 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 229 -
CMYK 0 0.19 0.03 0.07
HSL 310.43º 0.56% 0.84% -
HSV(B) 310.43º 0.19% 0.93% -
XYZ 67.7 60.92 82.32 -
YUV 209.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 237 191 229 0 0.19 0.03 0.07 310.43 0.56 0.84
Hex ED BF E5 0 13 3 7 136 38 54
Octal 355 277 345 0 23 3 7 466 70 124
Binary 11101101 10111111 11100101 0 10011 11 111 100110110 111000 1010100

Color Harmonies of #EDBFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE5

Black with #EDBFE5

Text Example


Text Example

White with #EDBFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE5; }

 p { color: rgb(237,191,229); }

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

background-color css

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

 a { background-color: rgb(237,191,229); }

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

border-color css

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

 span { border-color: rgb(237,191,229); }

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