#ECC1CA

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

Shades of Chantilly #ECC1CA

Tints of Chantilly #ECC1CA

Color information

#ECC1CA (or 0xECC1CA) is unknown color: approx Chantilly. HEX triplet: EC, C1 and CA. RGB value is (236,193,202). Sum of RGB (Red+Green+Blue) = 236+193+202=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1CA is #133E35. Grayscale: #CECECE. Windows color (decimal): -1261110 or 13287916. OLE color: 13287916.

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

Color convert

RGB236193202-
CMYK00.180.140.07
HSL347.44º53.09%84.12%-
HSV(B)347.44º18.22%92.55%-
XYZ64.3260.2464.11-
YUV206.88125.25148.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=37.40%
G=30.59%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619320200.180.140.07347.4453.0984.12
HexECC1CA012E715b3554
Octal35430131202216753365124
Binary11101100110000011100101001001011101111010110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1CA; }

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

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

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

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

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

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

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

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