#ECB4C1

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

Shades of Chantilly #ECB4C1

Tints of Chantilly #ECB4C1

Color information

#ECB4C1 (or 0xECB4C1) is unknown color: approx Chantilly. HEX triplet: EC, B4 and C1. RGB value is (236,180,193). Sum of RGB (Red+Green+Blue) = 236+180+193=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4C1 is #134B3E. Grayscale: #C6C6C6. Windows color (decimal): -1264447 or 12694764. OLE color: 12694764.

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

Color convert

RGB236180193-
CMYK00.240.180.07
HSL346.07º59.57%81.57%-
HSV(B)346.07º23.73%92.55%-
XYZ60.5454.3357.75-
YUV198.23125.05154.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=38.75%
G=29.56%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618019300.240.180.07346.0759.5781.57
HexECB4C101812715a3c52
Octal35426430103022753274122
Binary111011001011010011000001011000100101111010110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4C1; }

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

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

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

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

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

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

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

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