Html Css Color HEX #EDBADE French Lilac

📋 copy color: '#EDBADE'

red 237 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #EDBADE

Tints of French Lilac #EDBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 36.74%
G = 28.84%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDBADE (or 0xEDBADE) is known color: French Lilac. HEX triplet: ED, BA and DE. RGB value is (237,186,222). Sum of RGB (Red+Green+Blue) = 237+186+222=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADE is #124521. Grayscale: #CDCDCD. Windows color (decimal): -1197346 or 14596845. OLE color: 14596845.

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

Color convert

RGB 237 186 222 -
CMYK 0 0.22 0.06 0.07
HSL 317.65º 0.59% 0.83% -
HSV(B) 317.65º 0.22% 0.93% -
XYZ 65.67 58.4 76.92 -
YUV 205.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 237 186 222 0 0.22 0.06 0.07 317.65 0.59 0.83
Hex ED BA DE 0 16 6 7 13E 3B 53
Octal 355 272 336 0 26 6 7 476 73 123
Binary 11101101 10111010 11011110 0 10110 110 111 100111110 111011 1010011

Color Harmonies of #EDBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBADE

Black with #EDBADE

Text Example


Text Example

White with #EDBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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