Html Css Color HEX #ECB1DC French Lilac

📋 copy color: '#ECB1DC'

red 236 ◦ green 177 ◦ blue 220

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

Shades of French Lilac #ECB1DC

Tints of French Lilac #ECB1DC

RGB

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

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

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

R = 37.28%
G = 27.96%
B = 34.76%

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

#ECB1DC (or 0xECB1DC) is known color: French Lilac. HEX triplet: EC, B1 and DC. RGB value is (236,177,220). Sum of RGB (Red+Green+Blue) = 236+177+220=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1DC is #134E23. Grayscale: #C7C7C7. Windows color (decimal): -1265188 or 14463468. OLE color: 14463468.

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

Color convert

RGB 236 177 220 -
CMYK 0 0.25 0.07 0.07
HSL 316.27º 0.61% 0.81% -
HSV(B) 316.27º 0.25% 0.93% -
XYZ 63.23 54.44 74.89 -
YUV 199.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 236 177 220 0 0.25 0.07 0.07 316.27 0.61 0.81
Hex EC B1 DC 0 19 7 7 13C 3D 51
Octal 354 261 334 0 31 7 7 474 75 121
Binary 11101100 10110001 11011100 0 11001 111 111 100111100 111101 1010001

Color Harmonies of #ECB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1DC

Black with #ECB1DC

Text Example


Text Example

White with #ECB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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