Html Css Color HEX #EDB7DE French Lilac

📋 copy color: '#EDB7DE'

red 237 ◦ green 183 ◦ blue 222

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

Shades of French Lilac #EDB7DE

Tints of French Lilac #EDB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.5%

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

R = 36.92%
G = 28.5%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDB7DE (or 0xEDB7DE) is known color: French Lilac. HEX triplet: ED, B7 and DE. RGB value is (237,183,222). Sum of RGB (Red+Green+Blue) = 237+183+222=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7DE is #124821. Grayscale: #CBCBCB. Windows color (decimal): -1198114 or 14596077. OLE color: 14596077.

HSL color Cylindrical-coordinate representation of color #EDB7DE: hue angle of 316.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7DE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 222 -
CMYK 0 0.23 0.06 0.07
HSL 316.67º 0.6% 0.82% -
HSV(B) 316.67º 0.23% 0.93% -
XYZ 65.04 57.15 76.71 -
YUV 203.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 237 183 222 0 0.23 0.06 0.07 316.67 0.6 0.82
Hex ED B7 DE 0 17 6 7 13D 3C 52
Octal 355 267 336 0 27 6 7 475 74 122
Binary 11101101 10110111 11011110 0 10111 110 111 100111101 111100 1010010

Color Harmonies of #EDB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7DE

Black with #EDB7DE

Text Example


Text Example

White with #EDB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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