Html Css Color HEX #ECC2E5 French Lilac

📋 copy color: '#ECC2E5'

red 236 ◦ green 194 ◦ blue 229

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

Shades of French Lilac #ECC2E5

Tints of French Lilac #ECC2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.75%

R = 35.81%
G = 29.44%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECC2E5 (or 0xECC2E5) is known color: French Lilac. HEX triplet: EC, C2 and E5. RGB value is (236,194,229). Sum of RGB (Red+Green+Blue) = 236+194+229=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2E5 is #133D1A. Grayscale: #D2D2D2. Windows color (decimal): -1260827 or 15057644. OLE color: 15057644.

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

Color convert

RGB 236 194 229 -
CMYK 0 0.18 0.03 0.07
HSL 310º 0.53% 0.84% -
HSV(B) 310º 0.18% 0.93% -
XYZ 68.03 62.07 82.52 -
YUV 210.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 236 194 229 0 0.18 0.03 0.07 310 0.53 0.84
Hex EC C2 E5 0 12 3 7 136 34 54
Octal 354 302 345 0 22 3 7 466 64 124
Binary 11101100 11000010 11100101 0 10010 11 111 100110110 110100 1010100

Color Harmonies of #ECC2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2E5

Black with #ECC2E5

Text Example


Text Example

White with #ECC2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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