Html Css Color HEX #EDBCE6 French Lilac

📋 copy color: '#EDBCE6'

red 237 ◦ green 188 ◦ blue 230

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

Shades of French Lilac #EDBCE6

Tints of French Lilac #EDBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.11%

R = 36.18%
G = 28.7%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDBCE6 (or 0xEDBCE6) is known color: French Lilac. HEX triplet: ED, BC and E6. RGB value is (237,188,230). Sum of RGB (Red+Green+Blue) = 237+188+230=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCE6 is #124319. Grayscale: #CFCFCF. Windows color (decimal): -1196826 or 15121645. OLE color: 15121645.

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

Color convert

RGB 237 188 230 -
CMYK 0 0.21 0.03 0.07
HSL 308.57º 0.58% 0.83% -
HSV(B) 308.57º 0.21% 0.93% -
XYZ 67.19 59.68 82.84 -
YUV 207.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 237 188 230 0 0.21 0.03 0.07 308.57 0.58 0.83
Hex ED BC E6 0 15 3 7 135 3A 53
Octal 355 274 346 0 25 3 7 465 72 123
Binary 11101101 10111100 11100110 0 10101 11 111 100110101 111010 1010011

Color Harmonies of #EDBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCE6

Black with #EDBCE6

Text Example


Text Example

White with #EDBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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