#ECB5CD

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

Shades of Chantilly #ECB5CD

Tints of Chantilly #ECB5CD

Color information

#ECB5CD (or 0xECB5CD) is unknown color: approx Chantilly. HEX triplet: EC, B5 and CD. RGB value is (236,181,205). Sum of RGB (Red+Green+Blue) = 236+181+205=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CD is #134A32. Grayscale: #C8C8C8. Windows color (decimal): -1264179 or 13481452. OLE color: 13481452.

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

Color convert

RGB236181205-
CMYK00.230.130.07
HSL333.82º59.14%81.76%-
HSV(B)333.82º23.31%92.55%-
XYZ62.1455.2965.15-
YUV200.18130.72153.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=37.94%
G=29.10%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618120500.230.130.07333.8259.1481.76
HexECB5CD017D714e3b52
Octal35426531502715751673122
Binary11101100101101011100110101011111011111010011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5CD; }

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

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

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

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

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

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

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

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