#ECB6CD

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

Shades of Chantilly #ECB6CD

Tints of Chantilly #ECB6CD

Color information

#ECB6CD (or 0xECB6CD) is unknown color: approx Chantilly. HEX triplet: EC, B6 and CD. RGB value is (236,182,205). Sum of RGB (Red+Green+Blue) = 236+182+205=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CD is #134932. Grayscale: #C8C8C8. Windows color (decimal): -1263923 or 13481708. OLE color: 13481708.

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

Color convert

RGB236182205-
CMYK00.230.130.07
HSL334.44º58.7%81.96%-
HSV(B)334.44º22.88%92.55%-
XYZ62.3455.765.22-
YUV200.77130.39153.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=37.88%
G=29.21%
B=32.91%

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
Decimal23618220500.230.130.07334.4458.781.96
HexECB6CD017D714e3b52
Octal35426631502715751673122
Binary11101100101101101100110101011111011111010011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6CD; }

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

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

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

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

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

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

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

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