Html Css Color HEX #EDBDE5 French Lilac

📋 copy color: '#EDBDE5'

red 237 ◦ green 189 ◦ blue 229

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

Shades of French Lilac #EDBDE5

Tints of French Lilac #EDBDE5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.85%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 36.18%
G = 28.85%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDBDE5 (or 0xEDBDE5) is known color: French Lilac. HEX triplet: ED, BD and E5. RGB value is (237,189,229). Sum of RGB (Red+Green+Blue) = 237+189+229=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE5 is #12421A. Grayscale: #CFCFCF. Windows color (decimal): -1196571 or 15056365. OLE color: 15056365.

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

Color convert

RGB 237 189 229 -
CMYK 0 0.20 0.03 0.07
HSL 310º 0.57% 0.84% -
HSV(B) 310º 0.2% 0.93% -
XYZ 67.27 60.06 82.18 -
YUV 207.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 237 189 229 0 0.20 0.03 0.07 310 0.57 0.84
Hex ED BD E5 0 14 3 7 136 39 54
Octal 355 275 345 0 24 3 7 466 71 124
Binary 11101101 10111101 11100101 0 10100 11 111 100110110 111001 1010100

Color Harmonies of #EDBDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDE5

Black with #EDBDE5

Text Example


Text Example

White with #EDBDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDE5; }

 p { color: rgb(237,189,229); }

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

background-color css

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

 a { background-color: rgb(237,189,229); }

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

border-color css

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

 span { border-color: rgb(237,189,229); }

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