Html Css Color HEX #EDBEDE French Lilac

📋 copy color: '#EDBEDE'

red 237 ◦ green 190 ◦ blue 222

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

Shades of French Lilac #EDBEDE

Tints of French Lilac #EDBEDE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.28%

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

R = 36.52%
G = 29.28%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDBEDE (or 0xEDBEDE) is known color: French Lilac. HEX triplet: ED, BE and DE. RGB value is (237,190,222). Sum of RGB (Red+Green+Blue) = 237+190+222=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDE is #124121. Grayscale: #CFCFCF. Windows color (decimal): -1196322 or 14597869. OLE color: 14597869.

HSL color Cylindrical-coordinate representation of color #EDBEDE: hue angle of 319.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEDE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 222 -
CMYK 0 0.20 0.06 0.07
HSL 319.15º 0.57% 0.84% -
HSV(B) 319.15º 0.2% 0.93% -
XYZ 66.52 60.11 77.2 -
YUV 207.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 237 190 222 0 0.20 0.06 0.07 319.15 0.57 0.84
Hex ED BE DE 0 14 6 7 13F 39 54
Octal 355 276 336 0 24 6 7 477 71 124
Binary 11101101 10111110 11011110 0 10100 110 111 100111111 111001 1010100

Color Harmonies of #EDBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEDE

Black with #EDBEDE

Text Example


Text Example

White with #EDBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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