#ECB5C6

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

Shades of Chantilly #ECB5C6

Tints of Chantilly #ECB5C6

Color information

#ECB5C6 (or 0xECB5C6) is unknown color: approx Chantilly. HEX triplet: EC, B5 and C6. RGB value is (236,181,198). Sum of RGB (Red+Green+Blue) = 236+181+198=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5C6 is #134A39. Grayscale: #C7C7C7. Windows color (decimal): -1264186 or 13022700. OLE color: 13022700.

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

Color convert

RGB236181198-
CMYK00.230.160.07
HSL341.45º59.14%81.76%-
HSV(B)341.45º23.31%92.55%-
XYZ61.3154.9660.8-
YUV199.38127.22154.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 181 (71.09% from 255) = 29.43%
BLUE value IS 198 (77.73% from 255) = 32.20%
R=38.37%
G=29.43%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618119800.230.160.07341.4559.1481.76
HexECB5C60171071553b52
Octal35426530602720752573122
Binary111011001011010111000110010111100001111010101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5C6; }

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

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

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

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

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

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

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

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