#ECBAC1

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

Shades of Chantilly #ECBAC1

Tints of Chantilly #ECBAC1

Color information

#ECBAC1 (or 0xECBAC1) is unknown color: approx Chantilly. HEX triplet: EC, BA and C1. RGB value is (236,186,193). Sum of RGB (Red+Green+Blue) = 236+186+193=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAC1 is #13453E. Grayscale: #C9C9C9. Windows color (decimal): -1262911 or 12696300. OLE color: 12696300.

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

Color convert

RGB236186193-
CMYK00.210.180.07
HSL351.6º56.82%82.75%-
HSV(B)351.6º21.19%92.55%-
XYZ61.7856.858.16-
YUV201.75123.06152.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=38.37%
G=30.24%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618619300.210.180.07351.656.8282.75
HexECBAC10151271603953
Octal35427230102522754071123
Binary111011001011101011000001010101100101111011000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAC1; }

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

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

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

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

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

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

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

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