#ecb2bf

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

Shades of Chantilly #ECB2BF

Tints of Chantilly #ECB2BF

Color information

#ECB2BF (or 0xECB2BF) is unknown color: approx Chantilly. HEX triplet: EC, B2 and BF. RGB value is (236,178,191). Sum of RGB (Red+Green+Blue) = 236+178+191=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BF is #134D40. Grayscale: #C4C4C4. Windows color (decimal): -1264961 or 12563180. OLE color: 12563180.

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

Color convert

RGB236178191-
CMYK00.250.190.07
HSL346.55º60.42%81.18%-
HSV(B)346.55º24.58%92.55%-
XYZ59.9253.4456.45-
YUV196.82124.72155.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 191 (75% from 255) = 31.57%
R=39.01%
G=29.42%
B=31.57%

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
Decimal23617819100.250.190.07346.5560.4281.18
HexECB2BF01913715b3c51
Octal35426227703123753374121
Binary111011001011001010111111011001100111111010110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb2bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb2bf; }

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

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

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

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

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

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

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

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