#ECBCC4

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

Shades of Chantilly #ECBCC4

Tints of Chantilly #ECBCC4

Color information

#ECBCC4 (or 0xECBCC4) is unknown color: approx Chantilly. HEX triplet: EC, BC and C4. RGB value is (236,188,196). Sum of RGB (Red+Green+Blue) = 236+188+196=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCC4 is #13433B. Grayscale: #CBCBCB. Windows color (decimal): -1262396 or 12893420. OLE color: 12893420.

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

Color convert

RGB236188196-
CMYK00.200.170.07
HSL350º55.81%83.14%-
HSV(B)350º20.34%92.55%-
XYZ62.5457.7860.08-
YUV203.26123.9151.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=38.06%
G=30.32%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618819600.200.170.0735055.8183.14
HexECBCC401411715e3853
Octal35427430402421753670123
Binary111011001011110011000100010100100011111010111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCC4; }

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

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

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

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

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

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

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

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