Html Css Color HEX #EDB9EE French Lilac

📋 copy color: '#EDB9EE'

red 237 ◦ green 185 ◦ blue 238

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

Shades of French Lilac #EDB9EE

Tints of French Lilac #EDB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.03%

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 35.91%
G = 28.03%
B = 36.06%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDB9EE (or 0xEDB9EE) is known color: French Lilac. HEX triplet: ED, B9 and EE. RGB value is (237,185,238). Sum of RGB (Red+Green+Blue) = 237+185+238=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9EE is #124611. Grayscale: #CECECE. Windows color (decimal): -1197586 or 15645165. OLE color: 15645165.

HSL color Cylindrical-coordinate representation of color #EDB9EE: hue angle of 298.87º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9EE is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 238 -
CMYK 0.00 0.22 0 0.07
HSL 298.87º 0.61% 0.83% -
HSV(B) 298.87º 0.22% 0.93% -
XYZ 67.71 58.88 88.68 -
YUV 206.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 237 185 238 0.00 0.22 0 0.07 298.87 0.61 0.83
Hex ED B9 EE 0 16 0 7 12B 3D 53
Octal 355 271 356 0 26 0 7 453 75 123
Binary 11101101 10111001 11101110 0 10110 0 111 100101011 111101 1010011

Color Harmonies of #EDB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9EE

Black with #EDB9EE

Text Example


Text Example

White with #EDB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9EE; }

 p { color: rgb(237,185,238); }

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

background-color css

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

 a { background-color: rgb(237,185,238); }

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

border-color css

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

 span { border-color: rgb(237,185,238); }

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