#ECB6C2

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

Shades of Chantilly #ECB6C2

Tints of Chantilly #ECB6C2

Color information

#ECB6C2 (or 0xECB6C2) is unknown color: approx Chantilly. HEX triplet: EC, B6 and C2. RGB value is (236,182,194). Sum of RGB (Red+Green+Blue) = 236+182+194=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C2 is #13493D. Grayscale: #C7C7C7. Windows color (decimal): -1263934 or 12760812. OLE color: 12760812.

HSL color Cylindrical-coordinate representation of color #ECB6C2: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6C2 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB236182194-
CMYK00.230.180.07
HSL346.67º58.7%81.96%-
HSV(B)346.67º22.88%92.55%-
XYZ61.0655.1858.47-
YUV199.51124.89154.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 182 (71.48% from 255) = 29.74%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=38.56%
G=29.74%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618219400.230.180.07346.6758.781.96
HexECB6C201712715b3b52
Octal35426630202722753373122
Binary111011001011011011000010010111100101111010110111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6C2; }

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

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

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

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

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

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

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

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