#ECB2C2

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

Shades of Chantilly #ECB2C2

Tints of Chantilly #ECB2C2

Color information

#ECB2C2 (or 0xECB2C2) is unknown color: approx Chantilly. HEX triplet: EC, B2 and C2. RGB value is (236,178,194). Sum of RGB (Red+Green+Blue) = 236+178+194=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2C2 is #134D3D. Grayscale: #C5C5C5. Windows color (decimal): -1264958 or 12759788. OLE color: 12759788.

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

Color convert

RGB236178194-
CMYK00.250.180.07
HSL343.45º60.42%81.18%-
HSV(B)343.45º24.58%92.55%-
XYZ60.2553.5758.2-
YUV197.17126.22155.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=38.82%
G=29.28%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617819400.250.180.07343.4560.4281.18
HexECB2C20191271573c51
Octal35426230203122752774121
Binary111011001011001011000010011001100101111010101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2C2; }

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

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

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

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

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

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

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

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