Html Css Color HEX #EDBDE0 French Lilac

📋 copy color: '#EDBDE0'

red 237 ◦ green 189 ◦ blue 224

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

Shades of French Lilac #EDBDE0

Tints of French Lilac #EDBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 36.46%
G = 29.08%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDBDE0 (or 0xEDBDE0) is known color: French Lilac. HEX triplet: ED, BD and E0. RGB value is (237,189,224). Sum of RGB (Red+Green+Blue) = 237+189+224=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE0 is #12421F. Grayscale: #CFCFCF. Windows color (decimal): -1196576 or 14728685. OLE color: 14728685.

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

Color convert

RGB 237 189 224 -
CMYK 0 0.20 0.05 0.07
HSL 316.25º 0.57% 0.84% -
HSV(B) 316.25º 0.2% 0.93% -
XYZ 66.58 59.78 78.55 -
YUV 207.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 237 189 224 0 0.20 0.05 0.07 316.25 0.57 0.84
Hex ED BD E0 0 14 5 7 13C 39 54
Octal 355 275 340 0 24 5 7 474 71 124
Binary 11101101 10111101 11100000 0 10100 101 111 100111100 111001 1010100

Color Harmonies of #EDBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDE0

Black with #EDBDE0

Text Example


Text Example

White with #EDBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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