Html Css Color HEX #ECC2E6 French Lilac

📋 copy color: '#ECC2E6'

red 236 ◦ green 194 ◦ blue 230

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

Shades of French Lilac #ECC2E6

Tints of French Lilac #ECC2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 35.76%
G = 29.39%
B = 34.85%

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

#ECC2E6 (or 0xECC2E6) is known color: French Lilac. HEX triplet: EC, C2 and E6. RGB value is (236,194,230). Sum of RGB (Red+Green+Blue) = 236+194+230=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2E6 is #133D19. Grayscale: #D2D2D2. Windows color (decimal): -1260826 or 15123180. OLE color: 15123180.

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

Color convert

RGB 236 194 230 -
CMYK 0 0.18 0.03 0.07
HSL 308.57º 0.53% 0.84% -
HSV(B) 308.57º 0.18% 0.93% -
XYZ 68.17 62.13 83.26 -
YUV 210.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 236 194 230 0 0.18 0.03 0.07 308.57 0.53 0.84
Hex EC C2 E6 0 12 3 7 135 34 54
Octal 354 302 346 0 22 3 7 465 64 124
Binary 11101100 11000010 11100110 0 10010 11 111 100110101 110100 1010100

Color Harmonies of #ECC2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2E6

Black with #ECC2E6

Text Example


Text Example

White with #ECC2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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