#ECB6C4

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

Shades of Chantilly #ECB6C4

Tints of Chantilly #ECB6C4

Color information

#ECB6C4 (or 0xECB6C4) is unknown color: approx Chantilly. HEX triplet: EC, B6 and C4. RGB value is (236,182,196). Sum of RGB (Red+Green+Blue) = 236+182+196=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C4 is #13493B. Grayscale: #C7C7C7. Windows color (decimal): -1263932 or 12891884. OLE color: 12891884.

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

Color convert

RGB236182196-
CMYK00.230.170.07
HSL344.44º58.7%81.96%-
HSV(B)344.44º22.88%92.55%-
XYZ61.2855.2759.66-
YUV199.74125.89153.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=38.44%
G=29.64%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618219600.230.170.07344.4458.781.96
HexECB6C40171171583b52
Octal35426630402721753073122
Binary111011001011011011000100010111100011111010110001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB6C4; }

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

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

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

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

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

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

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

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