Html Css Color HEX #EDBFE9 French Lilac

📋 copy color: '#EDBFE9'

red 237 ◦ green 191 ◦ blue 233

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

Shades of French Lilac #EDBFE9

Tints of French Lilac #EDBFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.25%

R = 35.85%
G = 28.9%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDBFE9 (or 0xEDBFE9) is known color: French Lilac. HEX triplet: ED, BF and E9. RGB value is (237,191,233). Sum of RGB (Red+Green+Blue) = 237+191+233=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE9 is #124016. Grayscale: #D1D1D1. Windows color (decimal): -1196055 or 15319021. OLE color: 15319021.

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

Color convert

RGB 237 191 233 -
CMYK 0 0.19 0.02 0.07
HSL 305.22º 0.56% 0.84% -
HSV(B) 305.22º 0.19% 0.93% -
XYZ 68.26 61.15 85.3 -
YUV 209.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 237 191 233 0 0.19 0.02 0.07 305.22 0.56 0.84
Hex ED BF E9 0 13 2 7 131 38 54
Octal 355 277 351 0 23 2 7 461 70 124
Binary 11101101 10111111 11101001 0 10011 10 111 100110001 111000 1010100

Color Harmonies of #EDBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE9

Black with #EDBFE9

Text Example


Text Example

White with #EDBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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