#ECC4CD

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

Shades of Chantilly #ECC4CD

Tints of Chantilly #ECC4CD

Color information

#ECC4CD (or 0xECC4CD) is unknown color: approx Chantilly. HEX triplet: EC, C4 and CD. RGB value is (236,196,205). Sum of RGB (Red+Green+Blue) = 236+196+205=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4CD is #133B32. Grayscale: #D0D0D0. Windows color (decimal): -1260339 or 13485292. OLE color: 13485292.

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

Color convert

RGB236196205-
CMYK00.170.130.07
HSL346.5º51.28%84.71%-
HSV(B)346.5º16.95%92.55%-
XYZ65.3561.7266.23-
YUV208.99125.75147.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=37.05%
G=30.77%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619620500.170.130.07346.551.2884.71
HexECC4CD011D715a3355
Octal35430431502115753263125
Binary11101100110001001100110101000111011111010110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4CD; }

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

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

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

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

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

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

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

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