Html Css Color HEX #EDB7DB French Lilac

📋 copy color: '#EDB7DB'

red 237 ◦ green 183 ◦ blue 219

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

Shades of French Lilac #EDB7DB

Tints of French Lilac #EDB7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 37.09%
G = 28.64%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB7DB (or 0xEDB7DB) is known color: French Lilac. HEX triplet: ED, B7 and DB. RGB value is (237,183,219). Sum of RGB (Red+Green+Blue) = 237+183+219=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7DB is #124824. Grayscale: #CBCBCB. Windows color (decimal): -1198117 or 14399469. OLE color: 14399469.

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

Color convert

RGB 237 183 219 -
CMYK 0 0.23 0.08 0.07
HSL 320º 0.6% 0.82% -
HSV(B) 320º 0.23% 0.93% -
XYZ 64.64 56.99 74.61 -
YUV 203.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 237 183 219 0 0.23 0.08 0.07 320 0.6 0.82
Hex ED B7 DB 0 17 8 7 140 3C 52
Octal 355 267 333 0 27 10 7 500 74 122
Binary 11101101 10110111 11011011 0 10111 1000 111 101000000 111100 1010010

Color Harmonies of #EDB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7DB

Black with #EDB7DB

Text Example


Text Example

White with #EDB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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