Html Css Color HEX #EDB2EA French Lilac

📋 copy color: '#EDB2EA'

red 237 ◦ green 178 ◦ blue 234

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

Shades of French Lilac #EDB2EA

Tints of French Lilac #EDB2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 36.52%
G = 27.43%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB2EA (or 0xEDB2EA) is known color: French Lilac. HEX triplet: ED, B2 and EA. RGB value is (237,178,234). Sum of RGB (Red+Green+Blue) = 237+178+234=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2EA is #124D15. Grayscale: #C9C9C9. Windows color (decimal): -1199382 or 15381229. OLE color: 15381229.

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

Color convert

RGB 237 178 234 -
CMYK 0 0.25 0.01 0.07
HSL 303.05º 0.62% 0.81% -
HSV(B) 303.05º 0.25% 0.93% -
XYZ 65.7 55.79 85.15 -
YUV 202.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 237 178 234 0 0.25 0.01 0.07 303.05 0.62 0.81
Hex ED B2 EA 0 19 1 7 12F 3E 51
Octal 355 262 352 0 31 1 7 457 76 121
Binary 11101101 10110010 11101010 0 11001 1 111 100101111 111110 1010001

Color Harmonies of #EDB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2EA

Black with #EDB2EA

Text Example


Text Example

White with #EDB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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