Html Css Color HEX #ECB0DC French Lilac

📋 copy color: '#ECB0DC'

red 236 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #ECB0DC

Tints of French Lilac #ECB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 37.34%
G = 27.85%
B = 34.81%

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

#ECB0DC (or 0xECB0DC) is known color: French Lilac. HEX triplet: EC, B0 and DC. RGB value is (236,176,220). Sum of RGB (Red+Green+Blue) = 236+176+220=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0DC is #134F23. Grayscale: #C6C6C6. Windows color (decimal): -1265444 or 14463212. OLE color: 14463212.

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

Color convert

RGB 236 176 220 -
CMYK 0 0.25 0.07 0.07
HSL 316º 0.61% 0.81% -
HSV(B) 316º 0.25% 0.93% -
XYZ 63.04 54.05 74.82 -
YUV 198.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 236 176 220 0 0.25 0.07 0.07 316 0.61 0.81
Hex EC B0 DC 0 19 7 7 13C 3D 51
Octal 354 260 334 0 31 7 7 474 75 121
Binary 11101100 10110000 11011100 0 11001 111 111 100111100 111101 1010001

Color Harmonies of #ECB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0DC

Black with #ECB0DC

Text Example


Text Example

White with #ECB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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