#ECB2C1

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

Shades of Chantilly #ECB2C1

Tints of Chantilly #ECB2C1

Color information

#ECB2C1 (or 0xECB2C1) is unknown color: approx Chantilly. HEX triplet: EC, B2 and C1. RGB value is (236,178,193). Sum of RGB (Red+Green+Blue) = 236+178+193=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2C1 is #134D3E. Grayscale: #C5C5C5. Windows color (decimal): -1264959 or 12694252. OLE color: 12694252.

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

Color convert

RGB236178193-
CMYK00.250.180.07
HSL344.48º60.42%81.18%-
HSV(B)344.48º24.58%92.55%-
XYZ60.1453.5257.61-
YUV197.05125.72155.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=38.88%
G=29.32%
B=31.80%

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
Decimal23617819300.250.180.07344.4860.4281.18
HexECB2C10191271583c51
Octal35426230103122753074121
Binary111011001011001011000001011001100101111010110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2C1; }

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

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

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

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

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

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

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

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