Html Css Color HEX #ECC2E1 French Lilac

📋 copy color: '#ECC2E1'

red 236 ◦ green 194 ◦ blue 225

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

Shades of French Lilac #ECC2E1

Tints of French Lilac #ECC2E1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.62%

 BLUE value IS 225 (88.28% from 255) = 34.35%

R = 36.03%
G = 29.62%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECC2E1 (or 0xECC2E1) is known color: French Lilac. HEX triplet: EC, C2 and E1. RGB value is (236,194,225). Sum of RGB (Red+Green+Blue) = 236+194+225=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2E1 is #133D1E. Grayscale: #D2D2D2. Windows color (decimal): -1260831 or 14795500. OLE color: 14795500.

HSL color Cylindrical-coordinate representation of color #ECC2E1: hue angle of 315.71º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2E1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 225 -
CMYK 0 0.18 0.05 0.07
HSL 315.71º 0.53% 0.84% -
HSV(B) 315.71º 0.18% 0.93% -
XYZ 67.47 61.85 79.62 -
YUV 210.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 236 194 225 0 0.18 0.05 0.07 315.71 0.53 0.84
Hex EC C2 E1 0 12 5 7 13C 34 54
Octal 354 302 341 0 22 5 7 474 64 124
Binary 11101100 11000010 11100001 0 10010 101 111 100111100 110100 1010100

Color Harmonies of #ECC2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2E1

Black with #ECC2E1

Text Example


Text Example

White with #ECC2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2E1; }

 p { color: rgb(236,194,225); }

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

background-color css

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

 a { background-color: rgb(236,194,225); }

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

border-color css

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

 span { border-color: rgb(236,194,225); }

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