#ECB6CC

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

Shades of Chantilly #ECB6CC

Tints of Chantilly #ECB6CC

Color information

#ECB6CC (or 0xECB6CC) is unknown color: approx Chantilly. HEX triplet: EC, B6 and CC. RGB value is (236,182,204). Sum of RGB (Red+Green+Blue) = 236+182+204=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CC is #134933. Grayscale: #C8C8C8. Windows color (decimal): -1263924 or 13416172. OLE color: 13416172.

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

Color convert

RGB236182204-
CMYK00.230.140.07
HSL335.56º58.7%81.96%-
HSV(B)335.56º22.88%92.55%-
XYZ62.2255.6564.59-
YUV200.65129.89153.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=37.94%
G=29.26%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618220400.230.140.07335.5658.781.96
HexECB6CC017E71503b52
Octal35426631402716752073122
Binary11101100101101101100110001011111101111010100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6CC; }

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

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

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

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

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

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

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

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