#ecb2ca

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

Shades of Chantilly #ECB2CA

Tints of Chantilly #ECB2CA

Color information

#ECB2CA (or 0xECB2CA) is unknown color: approx Chantilly. HEX triplet: EC, B2 and CA. RGB value is (236,178,202). Sum of RGB (Red+Green+Blue) = 236+178+202=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2CA is #134D35. Grayscale: #C6C6C6. Windows color (decimal): -1264950 or 13284076. OLE color: 13284076.

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

Color convert

RGB236178202-
CMYK00.250.140.07
HSL335.17º60.42%81.18%-
HSV(B)335.17º24.58%92.55%-
XYZ61.1753.9463.06-
YUV198.08130.22155.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=38.31%
G=28.90%
B=32.79%

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
Decimal23617820200.250.140.07335.1760.4281.18
HexECB2CA019E714f3c51
Octal35426231203116751774121
Binary11101100101100101100101001100111101111010011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb2ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb2ca; }

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

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

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

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

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

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

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

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