Html Css Color HEX #EDB8EA French Lilac

📋 copy color: '#EDB8EA'

red 237 ◦ green 184 ◦ blue 234

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

Shades of French Lilac #EDB8EA

Tints of French Lilac #EDB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.09%

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

R = 36.18%
G = 28.09%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDB8EA (or 0xEDB8EA) is known color: French Lilac. HEX triplet: ED, B8 and EA. RGB value is (237,184,234). Sum of RGB (Red+Green+Blue) = 237+184+234=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8EA is #124715. Grayscale: #CDCDCD. Windows color (decimal): -1197846 or 15382765. OLE color: 15382765.

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

Color convert

RGB 237 184 234 -
CMYK 0 0.22 0.01 0.07
HSL 303.4º 0.6% 0.83% -
HSV(B) 303.4º 0.22% 0.93% -
XYZ 66.92 58.23 85.55 -
YUV 205.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 237 184 234 0 0.22 0.01 0.07 303.4 0.6 0.83
Hex ED B8 EA 0 16 1 7 12F 3C 53
Octal 355 270 352 0 26 1 7 457 74 123
Binary 11101101 10111000 11101010 0 10110 1 111 100101111 111100 1010011

Color Harmonies of #EDB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8EA

Black with #EDB8EA

Text Example


Text Example

White with #EDB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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