Html Css Color HEX #EDB8DB French Lilac

📋 copy color: '#EDB8DB'

red 237 ◦ green 184 ◦ blue 219

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

Shades of French Lilac #EDB8DB

Tints of French Lilac #EDB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

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

R = 37.03%
G = 28.75%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB8DB (or 0xEDB8DB) is known color: French Lilac. HEX triplet: ED, B8 and DB. RGB value is (237,184,219). Sum of RGB (Red+Green+Blue) = 237+184+219=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DB is #124724. Grayscale: #CBCBCB. Windows color (decimal): -1197861 or 14399725. OLE color: 14399725.

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

Color convert

RGB 237 184 219 -
CMYK 0 0.22 0.08 0.07
HSL 320.38º 0.6% 0.83% -
HSV(B) 320.38º 0.22% 0.93% -
XYZ 64.85 57.4 74.68 -
YUV 203.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 237 184 219 0 0.22 0.08 0.07 320.38 0.6 0.83
Hex ED B8 DB 0 16 8 7 140 3C 53
Octal 355 270 333 0 26 10 7 500 74 123
Binary 11101101 10111000 11011011 0 10110 1000 111 101000000 111100 1010011

Color Harmonies of #EDB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB8DB

Black with #EDB8DB

Text Example


Text Example

White with #EDB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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