#ECB9CB

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

Shades of Chantilly #ECB9CB

Tints of Chantilly #ECB9CB

Color information

#ECB9CB (or 0xECB9CB) is unknown color: approx Chantilly. HEX triplet: EC, B9 and CB. RGB value is (236,185,203). Sum of RGB (Red+Green+Blue) = 236+185+203=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9CB is #134634. Grayscale: #CACACA. Windows color (decimal): -1263157 or 13351404. OLE color: 13351404.

HSL color Cylindrical-coordinate representation of color #ECB9CB: hue angle of 338.82º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9CB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236185203-
CMYK00.220.140.07
HSL338.82º57.3%82.55%-
HSV(B)338.82º21.61%92.55%-
XYZ62.7256.8464.17-
YUV202.3128.4152.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=37.82%
G=29.65%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618520300.220.140.07338.8257.382.55
HexECB9CB016E71533953
Octal35427131302616752371123
Binary11101100101110011100101101011011101111010100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9CB; }

 p { color: rgb(236,185,203); }

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

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

 a { background-color: rgb(236,185,203); }

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

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

 span { border-color: rgb(236,185,203); }

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