Html Css Color HEX #EDB0E4 French Lilac

📋 copy color: '#EDB0E4'

red 237 ◦ green 176 ◦ blue 228

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

Shades of French Lilac #EDB0E4

Tints of French Lilac #EDB0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 36.97%
G = 27.46%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDB0E4 (or 0xEDB0E4) is known color: French Lilac. HEX triplet: ED, B0 and E4. RGB value is (237,176,228). Sum of RGB (Red+Green+Blue) = 237+176+228=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0E4 is #124F1B. Grayscale: #C8C8C8. Windows color (decimal): -1199900 or 14987501. OLE color: 14987501.

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

Color convert

RGB 237 176 228 -
CMYK 0 0.26 0.04 0.07
HSL 308.85º 0.63% 0.81% -
HSV(B) 308.85º 0.26% 0.93% -
XYZ 64.45 54.66 80.55 -
YUV 200.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 237 176 228 0 0.26 0.04 0.07 308.85 0.63 0.81
Hex ED B0 E4 0 1A 4 7 135 3F 51
Octal 355 260 344 0 32 4 7 465 77 121
Binary 11101101 10110000 11100100 0 11010 100 111 100110101 111111 1010001

Color Harmonies of #EDB0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0E4

Black with #EDB0E4

Text Example


Text Example

White with #EDB0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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