#ECB1CA

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

Shades of Chantilly #ECB1CA

Tints of Chantilly #ECB1CA

Color information

#ECB1CA (or 0xECB1CA) is unknown color: approx Chantilly. HEX triplet: EC, B1 and CA. RGB value is (236,177,202). Sum of RGB (Red+Green+Blue) = 236+177+202=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CA is #134E35. Grayscale: #C5C5C5. Windows color (decimal): -1265206 or 13283820. OLE color: 13283820.

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

Color convert

RGB236177202-
CMYK00.250.140.07
HSL334.58º60.82%80.98%-
HSV(B)334.58º25%92.55%-
XYZ60.9753.5463-
YUV197.49130.55155.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=38.37%
G=28.78%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617720200.250.140.07334.5860.8280.98
HexECB1CA019E714f3d51
Octal35426131203116751775121
Binary11101100101100011100101001100111101111010011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1CA; }

 p { color: rgb(236,177,202); }

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

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

 a { background-color: rgb(236,177,202); }

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

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

 span { border-color: rgb(236,177,202); }

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