Html Css Color HEX #EDBDE1 French Lilac

📋 copy color: '#EDBDE1'

red 237 ◦ green 189 ◦ blue 225

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

Shades of French Lilac #EDBDE1

Tints of French Lilac #EDBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 36.41%
G = 29.03%
B = 34.56%

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

#EDBDE1 (or 0xEDBDE1) is known color: French Lilac. HEX triplet: ED, BD and E1. RGB value is (237,189,225). Sum of RGB (Red+Green+Blue) = 237+189+225=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE1 is #12421E. Grayscale: #CFCFCF. Windows color (decimal): -1196575 or 14794221. OLE color: 14794221.

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

Color convert

RGB 237 189 225 -
CMYK 0 0.20 0.05 0.07
HSL 315º 0.57% 0.84% -
HSV(B) 315º 0.2% 0.93% -
XYZ 66.71 59.84 79.27 -
YUV 207.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 237 189 225 0 0.20 0.05 0.07 315 0.57 0.84
Hex ED BD E1 0 14 5 7 13B 39 54
Octal 355 275 341 0 24 5 7 473 71 124
Binary 11101101 10111101 11100001 0 10100 101 111 100111011 111001 1010100

Color Harmonies of #EDBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDE1

Black with #EDBDE1

Text Example


Text Example

White with #EDBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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