Html Css Color HEX #EDBCEA French Lilac

📋 copy color: '#EDBCEA'

red 237 ◦ green 188 ◦ blue 234

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

Shades of French Lilac #EDBCEA

Tints of French Lilac #EDBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.53%

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 35.96%
G = 28.53%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDBCEA (or 0xEDBCEA) is known color: French Lilac. HEX triplet: ED, BC and EA. RGB value is (237,188,234). Sum of RGB (Red+Green+Blue) = 237+188+234=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCEA is #124315. Grayscale: #CFCFCF. Windows color (decimal): -1196822 or 15383789. OLE color: 15383789.

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

Color convert

RGB 237 188 234 -
CMYK 0 0.21 0.01 0.07
HSL 303.67º 0.58% 0.83% -
HSV(B) 303.67º 0.21% 0.93% -
XYZ 67.76 59.91 85.83 -
YUV 207.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 237 188 234 0 0.21 0.01 0.07 303.67 0.58 0.83
Hex ED BC EA 0 15 1 7 130 3A 53
Octal 355 274 352 0 25 1 7 460 72 123
Binary 11101101 10111100 11101010 0 10101 1 111 100110000 111010 1010011

Color Harmonies of #EDBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCEA

Black with #EDBCEA

Text Example


Text Example

White with #EDBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCEA; }

 p { color: rgb(237,188,234); }

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

background-color css

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

 a { background-color: rgb(237,188,234); }

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

border-color css

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

 span { border-color: rgb(237,188,234); }

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