Html Css Color HEX #ECB2DC French Lilac

📋 copy color: '#ECB2DC'

red 236 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #ECB2DC

Tints of French Lilac #ECB2DC

RGB

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

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

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

R = 37.22%
G = 28.08%
B = 34.7%

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

#ECB2DC (or 0xECB2DC) is known color: French Lilac. HEX triplet: EC, B2 and DC. RGB value is (236,178,220). Sum of RGB (Red+Green+Blue) = 236+178+220=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2DC is #134D23. Grayscale: #C8C8C8. Windows color (decimal): -1264932 or 14463724. OLE color: 14463724.

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

Color convert

RGB 236 178 220 -
CMYK 0 0.25 0.07 0.07
HSL 316.55º 0.6% 0.81% -
HSV(B) 316.55º 0.25% 0.93% -
XYZ 63.43 54.84 74.95 -
YUV 200.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 236 178 220 0 0.25 0.07 0.07 316.55 0.6 0.81
Hex EC B2 DC 0 19 7 7 13D 3C 51
Octal 354 262 334 0 31 7 7 475 74 121
Binary 11101100 10110010 11011100 0 11001 111 111 100111101 111100 1010001

Color Harmonies of #ECB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2DC

Black with #ECB2DC

Text Example


Text Example

White with #ECB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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