Html Css Color HEX #EDB0E2 French Lilac

📋 copy color: '#EDB0E2'

red 237 ◦ green 176 ◦ blue 226

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

Shades of French Lilac #EDB0E2

Tints of French Lilac #EDB0E2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.54%

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 37.09%
G = 27.54%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDB0E2 (or 0xEDB0E2) is known color: French Lilac. HEX triplet: ED, B0 and E2. RGB value is (237,176,226). Sum of RGB (Red+Green+Blue) = 237+176+226=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0E2 is #124F1D. Grayscale: #C7C7C7. Windows color (decimal): -1199902 or 14856429. OLE color: 14856429.

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

Color convert

RGB 237 176 226 -
CMYK 0 0.26 0.05 0.07
HSL 310.82º 0.63% 0.81% -
HSV(B) 310.82º 0.26% 0.93% -
XYZ 64.18 54.55 79.1 -
YUV 199.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 237 176 226 0 0.26 0.05 0.07 310.82 0.63 0.81
Hex ED B0 E2 0 1A 5 7 137 3F 51
Octal 355 260 342 0 32 5 7 467 77 121
Binary 11101101 10110000 11100010 0 11010 101 111 100110111 111111 1010001

Color Harmonies of #EDB0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0E2

Black with #EDB0E2

Text Example


Text Example

White with #EDB0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0E2; }

 p { color: rgb(237,176,226); }

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

background-color css

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

 a { background-color: rgb(237,176,226); }

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

border-color css

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

 span { border-color: rgb(237,176,226); }

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