Html Css Color HEX #EDB1DB French Lilac

📋 copy color: '#EDB1DB'

red 237 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #EDB1DB

Tints of French Lilac #EDB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.96%

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

R = 37.44%
G = 27.96%
B = 34.6%

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

#EDB1DB (or 0xEDB1DB) is known color: French Lilac. HEX triplet: ED, B1 and DB. RGB value is (237,177,219). Sum of RGB (Red+Green+Blue) = 237+177+219=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DB is #124E24. Grayscale: #C7C7C7. Windows color (decimal): -1199653 or 14397933. OLE color: 14397933.

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

Color convert

RGB 237 177 219 -
CMYK 0 0.25 0.08 0.07
HSL 318º 0.63% 0.81% -
HSV(B) 318º 0.25% 0.93% -
XYZ 63.43 54.56 74.21 -
YUV 199.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 237 177 219 0 0.25 0.08 0.07 318 0.63 0.81
Hex ED B1 DB 0 19 8 7 13E 3E 51
Octal 355 261 333 0 31 10 7 476 76 121
Binary 11101101 10110001 11011011 0 11001 1000 111 100111110 111110 1010001

Color Harmonies of #EDB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1DB

Black with #EDB1DB

Text Example


Text Example

White with #EDB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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