Html Css Color HEX #ECB2EA French Lilac

📋 copy color: '#ECB2EA'

red 236 ◦ green 178 ◦ blue 234

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

Shades of French Lilac #ECB2EA

Tints of French Lilac #ECB2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 36.42%
G = 27.47%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECB2EA (or 0xECB2EA) is known color: French Lilac. HEX triplet: EC, B2 and EA. RGB value is (236,178,234). Sum of RGB (Red+Green+Blue) = 236+178+234=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2EA is #134D15. Grayscale: #C9C9C9. Windows color (decimal): -1264918 or 15381228. OLE color: 15381228.

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

Color convert

RGB 236 178 234 -
CMYK 0 0.25 0.01 0.07
HSL 302.07º 0.6% 0.81% -
HSV(B) 302.07º 0.25% 0.93% -
XYZ 65.36 55.61 85.13 -
YUV 201.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 236 178 234 0 0.25 0.01 0.07 302.07 0.6 0.81
Hex EC B2 EA 0 19 1 7 12E 3C 51
Octal 354 262 352 0 31 1 7 456 74 121
Binary 11101100 10110010 11101010 0 11001 1 111 100101110 111100 1010001

Color Harmonies of #ECB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2EA

Black with #ECB2EA

Text Example


Text Example

White with #ECB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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