Html Css Color HEX #EDB2E5 French Lilac

📋 copy color: '#EDB2E5'

red 237 ◦ green 178 ◦ blue 229

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

Shades of French Lilac #EDB2E5

Tints of French Lilac #EDB2E5

RGB

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

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

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

R = 36.8%
G = 27.64%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDB2E5 (or 0xEDB2E5) is known color: French Lilac. HEX triplet: ED, B2 and E5. RGB value is (237,178,229). Sum of RGB (Red+Green+Blue) = 237+178+229=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2E5 is #124D1A. Grayscale: #C9C9C9. Windows color (decimal): -1199387 or 15053549. OLE color: 15053549.

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

Color convert

RGB 237 178 229 -
CMYK 0 0.25 0.03 0.07
HSL 308.14º 0.62% 0.81% -
HSV(B) 308.14º 0.25% 0.93% -
XYZ 64.99 55.5 81.42 -
YUV 201.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 237 178 229 0 0.25 0.03 0.07 308.14 0.62 0.81
Hex ED B2 E5 0 19 3 7 134 3E 51
Octal 355 262 345 0 31 3 7 464 76 121
Binary 11101101 10110010 11100101 0 11001 11 111 100110100 111110 1010001

Color Harmonies of #EDB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2E5

Black with #EDB2E5

Text Example


Text Example

White with #EDB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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