#ECB6C8

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

Shades of Chantilly #ECB6C8

Tints of Chantilly #ECB6C8

Color information

#ECB6C8 (or 0xECB6C8) is unknown color: approx Chantilly. HEX triplet: EC, B6 and C8. RGB value is (236,182,200). Sum of RGB (Red+Green+Blue) = 236+182+200=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C8 is #134937. Grayscale: #C8C8C8. Windows color (decimal): -1263928 or 13154028. OLE color: 13154028.

HSL color Cylindrical-coordinate representation of color #ECB6C8: hue angle of 340º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6C8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB236182200-
CMYK00.230.150.07
HSL340º58.7%81.96%-
HSV(B)340º22.88%92.55%-
XYZ61.7555.4662.09-
YUV200.2127.89153.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=38.19%
G=29.45%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618220000.230.150.0734058.781.96
HexECB6C8017F71543b52
Octal35426631002717752473122
Binary11101100101101101100100001011111111111010101001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6C8; }

 p { color: rgb(236,182,200); }

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

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

 a { background-color: rgb(236,182,200); }

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

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

 span { border-color: rgb(236,182,200); }

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