Html Css Color HEX #EDB2DB French Lilac

📋 copy color: '#EDB2DB'

red 237 ◦ green 178 ◦ blue 219

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

Shades of French Lilac #EDB2DB

Tints of French Lilac #EDB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.08%

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

R = 37.38%
G = 28.08%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDB2DB (or 0xEDB2DB) is known color: French Lilac. HEX triplet: ED, B2 and DB. RGB value is (237,178,219). Sum of RGB (Red+Green+Blue) = 237+178+219=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DB is #124D24. Grayscale: #C8C8C8. Windows color (decimal): -1199397 or 14398189. OLE color: 14398189.

HSL color Cylindrical-coordinate representation of color #EDB2DB: hue angle of 318.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2DB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 219 -
CMYK 0 0.25 0.08 0.07
HSL 318.31º 0.62% 0.81% -
HSV(B) 318.31º 0.25% 0.93% -
XYZ 63.63 54.96 74.27 -
YUV 200.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 237 178 219 0 0.25 0.08 0.07 318.31 0.62 0.81
Hex ED B2 DB 0 19 8 7 13E 3E 51
Octal 355 262 333 0 31 10 7 476 76 121
Binary 11101101 10110010 11011011 0 11001 1000 111 100111110 111110 1010001

Color Harmonies of #EDB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2DB

Black with #EDB2DB

Text Example


Text Example

White with #EDB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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