Html Css Color HEX #ECB2EC French Lilac

📋 copy color: '#ECB2EC'

red 236 ◦ green 178 ◦ blue 236

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

Shades of French Lilac #ECB2EC

Tints of French Lilac #ECB2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 36.31%
G = 27.38%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECB2EC (or 0xECB2EC) is known color: French Lilac. HEX triplet: EC, B2 and EC. RGB value is (236,178,236). Sum of RGB (Red+Green+Blue) = 236+178+236=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2EC is #134D13. Grayscale: #C9C9C9. Windows color (decimal): -1264916 or 15512300. OLE color: 15512300.

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

Color convert

RGB 236 178 236 -
CMYK 0 0.25 0 0.07
HSL 300º 0.6% 0.81% -
HSV(B) 300º 0.25% 0.93% -
XYZ 65.65 55.73 86.65 -
YUV 201.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 236 178 236 0 0.25 0 0.07 300 0.6 0.81
Hex EC B2 EC 0 19 0 7 12C 3C 51
Octal 354 262 354 0 31 0 7 454 74 121
Binary 11101100 10110010 11101100 0 11001 0 111 100101100 111100 1010001

Color Harmonies of #ECB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2EC

Black with #ECB2EC

Text Example


Text Example

White with #ECB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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