#ECC1D0

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

Shades of Chantilly #ECC1D0

Tints of Chantilly #ECC1D0

Color information

#ECC1D0 (or 0xECC1D0) is unknown color: approx Chantilly. HEX triplet: EC, C1 and D0. RGB value is (236,193,208). Sum of RGB (Red+Green+Blue) = 236+193+208=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D0 is #133E2F. Grayscale: #CFCFCF. Windows color (decimal): -1261104 or 13681132. OLE color: 13681132.

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

Color convert

RGB236193208-
CMYK00.180.120.07
HSL339.07º53.09%84.12%-
HSV(B)339.07º18.22%92.55%-
XYZ65.0560.5367.93-
YUV207.57128.25148.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=37.05%
G=30.30%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619320800.180.120.07339.0753.0984.12
HexECC1D0012C71533554
Octal35430132002214752365124
Binary11101100110000011101000001001011001111010100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1D0; }

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

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

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

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

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

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

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

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