#ECB1C6

Color #ECB1C6 Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #ECB1C6

Tints of Chantilly #ECB1C6

Color information

#ECB1C6 (or 0xECB1C6) is unknown color: approx Chantilly. HEX triplet: EC, B1 and C6. RGB value is (236,177,198). Sum of RGB (Red+Green+Blue) = 236+177+198=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1C6 is #134E39. Grayscale: #C5C5C5. Windows color (decimal): -1265210 or 13021676. OLE color: 13021676.

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

Color convert

RGB236177198-
CMYK00.250.160.07
HSL338.64º60.82%80.98%-
HSV(B)338.64º25%92.55%-
XYZ60.5153.3560.54-
YUV197.04128.55155.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=38.63%
G=28.97%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617719800.250.160.07338.6460.8280.98
HexECB1C60191071533d51
Octal35426130603120752375121
Binary111011001011000111000110011001100001111010100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1C6; }

 p { color: rgb(236,177,198); }

 H1.HeaderClassName
 {
   color: #ECB1C6;
 }
 .AnyTagClassName
 {
   color: #ECB1C6;
 }
</style>
background-color css

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

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

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

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

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

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