Html Css Color HEX #EDCBE5 French Lilac

📋 copy color: '#EDCBE5'

red 237 ◦ green 203 ◦ blue 229

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

Shades of French Lilac #EDCBE5

Tints of French Lilac #EDCBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.34%

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 35.43%
G = 30.34%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDCBE5 (or 0xEDCBE5) is known color: French Lilac. HEX triplet: ED, CB and E5. RGB value is (237,203,229). Sum of RGB (Red+Green+Blue) = 237+203+229=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBE5 is #12341A. Grayscale: #D8D8D8. Windows color (decimal): -1192987 or 15059949. OLE color: 15059949.

HSL color Cylindrical-coordinate representation of color #EDCBE5: hue angle of 314.12º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 229 -
CMYK 0 0.14 0.03 0.07
HSL 314.12º 0.49% 0.86% -
HSV(B) 314.12º 0.14% 0.93% -
XYZ 70.42 66.37 83.23 -
YUV 216.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 237 203 229 0 0.14 0.03 0.07 314.12 0.49 0.86
Hex ED CB E5 0 E 3 7 13A 31 56
Octal 355 313 345 0 16 3 7 472 61 126
Binary 11101101 11001011 11100101 0 1110 11 111 100111010 110001 1010110

Color Harmonies of #EDCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBE5

Black with #EDCBE5

Text Example


Text Example

White with #EDCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBE5; }

 p { color: rgb(237,203,229); }

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

background-color css

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

 a { background-color: rgb(237,203,229); }

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

border-color css

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

 span { border-color: rgb(237,203,229); }

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