Html Css Color HEX #ECB0DB French Lilac

📋 copy color: '#ECB0DB'

red 236 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #ECB0DB

Tints of French Lilac #ECB0DB

RGB

 RED value IS 236 (92.58% from 255) = 37.4%

 GREEN value IS 176 (69.14% from 255) = 27.89%

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

R = 37.4%
G = 27.89%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECB0DB (or 0xECB0DB) is known color: French Lilac. HEX triplet: EC, B0 and DB. RGB value is (236,176,219). Sum of RGB (Red+Green+Blue) = 236+176+219=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DB is #134F24. Grayscale: #C6C6C6. Windows color (decimal): -1265445 or 14397676. OLE color: 14397676.

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

Color convert

RGB 236 176 219 -
CMYK 0 0.25 0.07 0.07
HSL 317º 0.61% 0.81% -
HSV(B) 317º 0.25% 0.93% -
XYZ 62.9 54 74.13 -
YUV 198.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 236 176 219 0 0.25 0.07 0.07 317 0.61 0.81
Hex EC B0 DB 0 19 7 7 13D 3D 51
Octal 354 260 333 0 31 7 7 475 75 121
Binary 11101100 10110000 11011011 0 11001 111 111 100111101 111101 1010001

Color Harmonies of #ECB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0DB

Black with #ECB0DB

Text Example


Text Example

White with #ECB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0DB; }

 p { color: rgb(236,176,219); }

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

background-color css

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

 a { background-color: rgb(236,176,219); }

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

border-color css

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

 span { border-color: rgb(236,176,219); }

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