Html Css Color HEX #EDBCDE French Lilac

📋 copy color: '#EDBCDE'

red 237 ◦ green 188 ◦ blue 222

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

Shades of French Lilac #EDBCDE

Tints of French Lilac #EDBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 36.63%
G = 29.06%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDBCDE (or 0xEDBCDE) is known color: French Lilac. HEX triplet: ED, BC and DE. RGB value is (237,188,222). Sum of RGB (Red+Green+Blue) = 237+188+222=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDE is #124321. Grayscale: #CECECE. Windows color (decimal): -1196834 or 14597357. OLE color: 14597357.

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

Color convert

RGB 237 188 222 -
CMYK 0 0.21 0.06 0.07
HSL 318.37º 0.58% 0.83% -
HSV(B) 318.37º 0.21% 0.93% -
XYZ 66.09 59.24 77.06 -
YUV 206.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 237 188 222 0 0.21 0.06 0.07 318.37 0.58 0.83
Hex ED BC DE 0 15 6 7 13E 3A 53
Octal 355 274 336 0 25 6 7 476 72 123
Binary 11101101 10111100 11011110 0 10101 110 111 100111110 111010 1010011

Color Harmonies of #EDBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCDE

Black with #EDBCDE

Text Example


Text Example

White with #EDBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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