Html Css Color HEX #EDB2E7 French Lilac

📋 copy color: '#EDB2E7'

red 237 ◦ green 178 ◦ blue 231

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

Shades of French Lilac #EDB2E7

Tints of French Lilac #EDB2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.76%

R = 36.69%
G = 27.55%
B = 35.76%

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

#EDB2E7 (or 0xEDB2E7) is known color: French Lilac. HEX triplet: ED, B2 and E7. RGB value is (237,178,231). Sum of RGB (Red+Green+Blue) = 237+178+231=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2E7 is #124D18. Grayscale: #C9C9C9. Windows color (decimal): -1199385 or 15184621. OLE color: 15184621.

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

Color convert

RGB 237 178 231 -
CMYK 0 0.25 0.03 0.07
HSL 306.1º 0.62% 0.81% -
HSV(B) 306.1º 0.25% 0.93% -
XYZ 65.27 55.61 82.9 -
YUV 201.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 237 178 231 0 0.25 0.03 0.07 306.1 0.62 0.81
Hex ED B2 E7 0 19 3 7 132 3E 51
Octal 355 262 347 0 31 3 7 462 76 121
Binary 11101101 10110010 11100111 0 11001 11 111 100110010 111110 1010001

Color Harmonies of #EDB2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2E7

Black with #EDB2E7

Text Example


Text Example

White with #EDB2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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