Html Css Color HEX #EDBDE2 French Lilac

📋 copy color: '#EDBDE2'

red 237 ◦ green 189 ◦ blue 226

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

Shades of French Lilac #EDBDE2

Tints of French Lilac #EDBDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 36.35%
G = 28.99%
B = 34.66%

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

#EDBDE2 (or 0xEDBDE2) is known color: French Lilac. HEX triplet: ED, BD and E2. RGB value is (237,189,226). Sum of RGB (Red+Green+Blue) = 237+189+226=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDE2 is #12421D. Grayscale: #CFCFCF. Windows color (decimal): -1196574 or 14859757. OLE color: 14859757.

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

Color convert

RGB 237 189 226 -
CMYK 0 0.20 0.05 0.07
HSL 313.75º 0.57% 0.84% -
HSV(B) 313.75º 0.2% 0.93% -
XYZ 66.85 59.89 79.99 -
YUV 207.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 237 189 226 0 0.20 0.05 0.07 313.75 0.57 0.84
Hex ED BD E2 0 14 5 7 13A 39 54
Octal 355 275 342 0 24 5 7 472 71 124
Binary 11101101 10111101 11100010 0 10100 101 111 100111010 111001 1010100

Color Harmonies of #EDBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDE2

Black with #EDBDE2

Text Example


Text Example

White with #EDBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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