#ECB5BF

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

Shades of Chantilly #ECB5BF

Tints of Chantilly #ECB5BF

Color information

#ECB5BF (or 0xECB5BF) is unknown color: approx Chantilly. HEX triplet: EC, B5 and BF. RGB value is (236,181,191). Sum of RGB (Red+Green+Blue) = 236+181+191=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5BF is #134A40. Grayscale: #C6C6C6. Windows color (decimal): -1264193 or 12563948. OLE color: 12563948.

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

Color convert

RGB236181191-
CMYK00.230.190.07
HSL349.09º59.14%81.76%-
HSV(B)349.09º23.31%92.55%-
XYZ60.5254.6456.65-
YUV198.58123.72154.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 191 (75% from 255) = 31.41%
R=38.82%
G=29.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618119100.230.190.07349.0959.1481.76
HexECB5BF01713715d3b52
Octal35426527702723753573122
Binary111011001011010110111111010111100111111010111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5BF; }

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

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

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

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

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

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

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

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