Html Css Color HEX #ECB2E6 French Lilac

📋 copy color: '#ECB2E6'

red 236 ◦ green 178 ◦ blue 230

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

Shades of French Lilac #ECB2E6

Tints of French Lilac #ECB2E6

RGB

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

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

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

R = 36.65%
G = 27.64%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECB2E6 (or 0xECB2E6) is known color: French Lilac. HEX triplet: EC, B2 and E6. RGB value is (236,178,230). Sum of RGB (Red+Green+Blue) = 236+178+230=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2E6 is #134D19. Grayscale: #C9C9C9. Windows color (decimal): -1264922 or 15119084. OLE color: 15119084.

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

Color convert

RGB 236 178 230 -
CMYK 0 0.25 0.03 0.07
HSL 306.21º 0.6% 0.81% -
HSV(B) 306.21º 0.25% 0.93% -
XYZ 64.8 55.39 82.14 -
YUV 201.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 236 178 230 0 0.25 0.03 0.07 306.21 0.6 0.81
Hex EC B2 E6 0 19 3 7 132 3C 51
Octal 354 262 346 0 31 3 7 462 74 121
Binary 11101100 10110010 11100110 0 11001 11 111 100110010 111100 1010001

Color Harmonies of #ECB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2E6

Black with #ECB2E6

Text Example


Text Example

White with #ECB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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