#ECB1BF

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

Shades of Chantilly #ECB1BF

Tints of Chantilly #ECB1BF

Color information

#ECB1BF (or 0xECB1BF) is unknown color: approx Chantilly. HEX triplet: EC, B1 and BF. RGB value is (236,177,191). Sum of RGB (Red+Green+Blue) = 236+177+191=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BF is #134E40. Grayscale: #C4C4C4. Windows color (decimal): -1265217 or 12562924. OLE color: 12562924.

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

Color convert

RGB236177191-
CMYK00.250.190.07
HSL345.76º60.82%80.98%-
HSV(B)345.76º25%92.55%-
XYZ59.7253.0456.38-
YUV196.24125.05156.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 191 (75% from 255) = 31.62%
R=39.07%
G=29.30%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617719100.250.190.07345.7660.8280.98
HexECB1BF01913715a3d51
Octal35426127703123753275121
Binary111011001011000110111111011001100111111010110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1BF; }

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

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

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

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

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

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

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

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