#ECC1CD

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

Shades of Chantilly #ECC1CD

Tints of Chantilly #ECC1CD

Color information

#ECC1CD (or 0xECC1CD) is unknown color: approx Chantilly. HEX triplet: EC, C1 and CD. RGB value is (236,193,205). Sum of RGB (Red+Green+Blue) = 236+193+205=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1CD is #133E32. Grayscale: #CFCFCF. Windows color (decimal): -1261107 or 13484524. OLE color: 13484524.

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

Color convert

RGB236193205-
CMYK00.180.130.07
HSL343.26º53.09%84.12%-
HSV(B)343.26º18.22%92.55%-
XYZ64.6860.3866-
YUV207.22126.75148.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=37.22%
G=30.44%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619320500.180.130.07343.2653.0984.12
HexECC1CD012D71573554
Octal35430131502215752765124
Binary11101100110000011100110101001011011111010101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1CD; }

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

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

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

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

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

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

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

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