Html Css Color HEX #EDBCEC French Lilac

📋 copy color: '#EDBCEC'

red 237 ◦ green 188 ◦ blue 236

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

Shades of French Lilac #EDBCEC

Tints of French Lilac #EDBCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 35.85%
G = 28.44%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDBCEC (or 0xEDBCEC) is known color: French Lilac. HEX triplet: ED, BC and EC. RGB value is (237,188,236). Sum of RGB (Red+Green+Blue) = 237+188+236=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCEC is #124313. Grayscale: #CFCFCF. Windows color (decimal): -1196820 or 15514861. OLE color: 15514861.

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

Color convert

RGB 237 188 236 -
CMYK 0 0.21 0.00 0.07
HSL 301.22º 0.58% 0.83% -
HSV(B) 301.22º 0.21% 0.93% -
XYZ 68.05 60.03 87.36 -
YUV 208.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 237 188 236 0 0.21 0.00 0.07 301.22 0.58 0.83
Hex ED BC EC 0 15 0 7 12D 3A 53
Octal 355 274 354 0 25 0 7 455 72 123
Binary 11101101 10111100 11101100 0 10101 0 111 100101101 111010 1010011

Color Harmonies of #EDBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCEC

Black with #EDBCEC

Text Example


Text Example

White with #EDBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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