#ECB0CA

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

Shades of Chantilly #ECB0CA

Tints of Chantilly #ECB0CA

Color information

#ECB0CA (or 0xECB0CA) is unknown color: approx Chantilly. HEX triplet: EC, B0 and CA. RGB value is (236,176,202). Sum of RGB (Red+Green+Blue) = 236+176+202=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CA is #134F35. Grayscale: #C4C4C4. Windows color (decimal): -1265462 or 13283564. OLE color: 13283564.

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

Color convert

RGB236176202-
CMYK00.250.140.07
HSL334º61.22%80.78%-
HSV(B)334º25.42%92.55%-
XYZ60.7853.1562.93-
YUV196.9130.88155.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 176 (69.14% from 255) = 28.66%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=38.44%
G=28.66%
B=32.90%

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
Decimal23617620200.250.140.0733461.2280.78
HexECB0CA019E714e3d51
Octal35426031203116751675121
Binary11101100101100001100101001100111101111010011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0CA; }

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

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

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

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

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

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

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

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