#ECC2CC

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

Shades of Chantilly #ECC2CC

Tints of Chantilly #ECC2CC

Color information

#ECC2CC (or 0xECC2CC) is unknown color: approx Chantilly. HEX triplet: EC, C2 and CC. RGB value is (236,194,204). Sum of RGB (Red+Green+Blue) = 236+194+204=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CC is #133D33. Grayscale: #CFCFCF. Windows color (decimal): -1260852 or 13419244. OLE color: 13419244.

HSL color Cylindrical-coordinate representation of color #ECC2CC: hue angle of 345.71º degrees, saturation: 0.52, 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 #ECC2CC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236194204-
CMYK00.180.140.07
HSL345.71º52.5%84.31%-
HSV(B)345.71º17.8%92.55%-
XYZ64.7860.7865.44-
YUV207.7125.91148.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=37.22%
G=30.60%
B=32.18%

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
Decimal23619420400.180.140.07345.7152.584.31
HexECC2CC012E715a3454
Octal35430231402216753264124
Binary11101100110000101100110001001011101111010110101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2CC; }

 p { color: rgb(236,194,204); }

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

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

 a { background-color: rgb(236,194,204); }

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

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

 span { border-color: rgb(236,194,204); }

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