#ECB5CC

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

Shades of Chantilly #ECB5CC

Tints of Chantilly #ECB5CC

Color information

#ECB5CC (or 0xECB5CC) is unknown color: approx Chantilly. HEX triplet: EC, B5 and CC. RGB value is (236,181,204). Sum of RGB (Red+Green+Blue) = 236+181+204=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CC is #134A33. Grayscale: #C8C8C8. Windows color (decimal): -1264180 or 13415916. OLE color: 13415916.

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

Color convert

RGB236181204-
CMYK00.230.140.07
HSL334.91º59.14%81.76%-
HSV(B)334.91º23.31%92.55%-
XYZ62.0255.2464.52-
YUV200.07130.22153.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=38.00%
G=29.15%
B=32.85%

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
Decimal23618120400.230.140.07334.9159.1481.76
HexECB5CC017E714f3b52
Octal35426531402716751773122
Binary11101100101101011100110001011111101111010011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5CC; }

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

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

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

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

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

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

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

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