Html Css Color HEX #EDB2E0 French Lilac

📋 copy color: '#EDB2E0'

red 237 ◦ green 178 ◦ blue 224

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

Shades of French Lilac #EDB2E0

Tints of French Lilac #EDB2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.86%

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 37.09%
G = 27.86%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDB2E0 (or 0xEDB2E0) is known color: French Lilac. HEX triplet: ED, B2 and E0. RGB value is (237,178,224). Sum of RGB (Red+Green+Blue) = 237+178+224=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2E0 is #124D1F. Grayscale: #C8C8C8. Windows color (decimal): -1199392 or 14725869. OLE color: 14725869.

HSL color Cylindrical-coordinate representation of color #EDB2E0: hue angle of 313.22º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2E0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 224 -
CMYK 0 0.25 0.05 0.07
HSL 313.22º 0.62% 0.81% -
HSV(B) 313.22º 0.25% 0.93% -
XYZ 64.3 55.23 77.79 -
YUV 200.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 237 178 224 0 0.25 0.05 0.07 313.22 0.62 0.81
Hex ED B2 E0 0 19 5 7 139 3E 51
Octal 355 262 340 0 31 5 7 471 76 121
Binary 11101101 10110010 11100000 0 11001 101 111 100111001 111110 1010001

Color Harmonies of #EDB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2E0

Black with #EDB2E0

Text Example


Text Example

White with #EDB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2E0; }

 p { color: rgb(237,178,224); }

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

background-color css

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

 a { background-color: rgb(237,178,224); }

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

border-color css

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

 span { border-color: rgb(237,178,224); }

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