Html Css Color HEX #EDBAEC French Lilac

📋 copy color: '#EDBAEC'

red 237 ◦ green 186 ◦ blue 236

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

Shades of French Lilac #EDBAEC

Tints of French Lilac #EDBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.22%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 35.96%
G = 28.22%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDBAEC (or 0xEDBAEC) is known color: French Lilac. HEX triplet: ED, BA and EC. RGB value is (237,186,236). Sum of RGB (Red+Green+Blue) = 237+186+236=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAEC is #124513. Grayscale: #CECECE. Windows color (decimal): -1197332 or 15514349. OLE color: 15514349.

HSL color Cylindrical-coordinate representation of color #EDBAEC: hue angle of 301.18º degrees, saturation: 0.59, 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 #EDBAEC is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 236 -
CMYK 0 0.22 0.00 0.07
HSL 301.18º 0.59% 0.83% -
HSV(B) 301.18º 0.22% 0.93% -
XYZ 67.62 59.18 87.22 -
YUV 206.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 237 186 236 0 0.22 0.00 0.07 301.18 0.59 0.83
Hex ED BA EC 0 16 0 7 12D 3B 53
Octal 355 272 354 0 26 0 7 455 73 123
Binary 11101101 10111010 11101100 0 10110 0 111 100101101 111011 1010011

Color Harmonies of #EDBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAEC

Black with #EDBAEC

Text Example


Text Example

White with #EDBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAEC; }

 p { color: rgb(237,186,236); }

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

background-color css

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

 a { background-color: rgb(237,186,236); }

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

border-color css

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

 span { border-color: rgb(237,186,236); }

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