#ECB2BD

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

Shades of Chantilly #ECB2BD

Tints of Chantilly #ECB2BD

Color information

#ECB2BD (or 0xECB2BD) is unknown color: approx Chantilly. HEX triplet: EC, B2 and BD. RGB value is (236,178,189). Sum of RGB (Red+Green+Blue) = 236+178+189=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BD is #134D42. Grayscale: #C4C4C4. Windows color (decimal): -1264963 or 12432108. OLE color: 12432108.

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

Color convert

RGB236178189-
CMYK00.250.200.07
HSL348.62º60.42%81.18%-
HSV(B)348.62º24.58%92.55%-
XYZ59.753.3555.29-
YUV196.6123.72156.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=39.14%
G=29.52%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617818900.250.200.07348.6260.4281.18
HexECB2BD01914715d3c51
Octal35426227503124753574121
Binary111011001011001010111101011001101001111010111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2BD; }

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

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

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

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

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

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

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

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