#ECB9C4

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

Shades of Chantilly #ECB9C4

Tints of Chantilly #ECB9C4

Color information

#ECB9C4 (or 0xECB9C4) is unknown color: approx Chantilly. HEX triplet: EC, B9 and C4. RGB value is (236,185,196). Sum of RGB (Red+Green+Blue) = 236+185+196=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9C4 is #13463B. Grayscale: #C9C9C9. Windows color (decimal): -1263164 or 12892652. OLE color: 12892652.

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

Color convert

RGB236185196-
CMYK00.220.170.07
HSL347.06º57.3%82.55%-
HSV(B)347.06º21.61%92.55%-
XYZ61.956.5259.87-
YUV201.5124.9152.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=38.25%
G=29.98%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618519600.220.170.07347.0657.382.55
HexECB9C401611715b3953
Octal35427130402621753371123
Binary111011001011100111000100010110100011111010110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB9C4; }

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

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

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

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

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

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

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

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