Html Css Color HEX #EDB6EA French Lilac

📋 copy color: '#EDB6EA'

red 237 ◦ green 182 ◦ blue 234

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

Shades of French Lilac #EDB6EA

Tints of French Lilac #EDB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.87%

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

R = 36.29%
G = 27.87%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB6EA (or 0xEDB6EA) is known color: French Lilac. HEX triplet: ED, B6 and EA. RGB value is (237,182,234). Sum of RGB (Red+Green+Blue) = 237+182+234=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6EA is #124915. Grayscale: #CCCCCC. Windows color (decimal): -1198358 or 15382253. OLE color: 15382253.

HSL color Cylindrical-coordinate representation of color #EDB6EA: hue angle of 303.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6EA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 182 234 -
CMYK 0 0.23 0.01 0.07
HSL 303.27º 0.6% 0.82% -
HSV(B) 303.27º 0.23% 0.93% -
XYZ 66.5 57.4 85.42 -
YUV 204.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 237 182 234 0 0.23 0.01 0.07 303.27 0.6 0.82
Hex ED B6 EA 0 17 1 7 12F 3C 52
Octal 355 266 352 0 27 1 7 457 74 122
Binary 11101101 10110110 11101010 0 10111 1 111 100101111 111100 1010010

Color Harmonies of #EDB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB6EA

Black with #EDB6EA

Text Example


Text Example

White with #EDB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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