Html Css Color HEX #EDB9DE French Lilac

📋 copy color: '#EDB9DE'

red 237 ◦ green 185 ◦ blue 222

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

Shades of French Lilac #EDB9DE

Tints of French Lilac #EDB9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.47%

R = 36.8%
G = 28.73%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDB9DE (or 0xEDB9DE) is known color: French Lilac. HEX triplet: ED, B9 and DE. RGB value is (237,185,222). Sum of RGB (Red+Green+Blue) = 237+185+222=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9DE is #124621. Grayscale: #CCCCCC. Windows color (decimal): -1197602 or 14596589. OLE color: 14596589.

HSL color Cylindrical-coordinate representation of color #EDB9DE: hue angle of 317.31º degrees, saturation: 0.59, 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 #EDB9DE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 222 -
CMYK 0 0.22 0.06 0.07
HSL 317.31º 0.59% 0.83% -
HSV(B) 317.31º 0.22% 0.93% -
XYZ 65.46 57.98 76.85 -
YUV 204.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 237 185 222 0 0.22 0.06 0.07 317.31 0.59 0.83
Hex ED B9 DE 0 16 6 7 13D 3B 53
Octal 355 271 336 0 26 6 7 475 73 123
Binary 11101101 10111001 11011110 0 10110 110 111 100111101 111011 1010011

Color Harmonies of #EDB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9DE

Black with #EDB9DE

Text Example


Text Example

White with #EDB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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