#ECC2D0

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

Shades of Chantilly #ECC2D0

Tints of Chantilly #ECC2D0

Color information

#ECC2D0 (or 0xECC2D0) is unknown color: approx Chantilly. HEX triplet: EC, C2 and D0. RGB value is (236,194,208). Sum of RGB (Red+Green+Blue) = 236+194+208=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D0 is #133D2F. Grayscale: #D0D0D0. Windows color (decimal): -1260848 or 13681388. OLE color: 13681388.

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

Color convert

RGB236194208-
CMYK00.180.120.07
HSL340º52.5%84.31%-
HSV(B)340º17.8%92.55%-
XYZ65.2760.9768-
YUV208.15127.91147.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=36.99%
G=30.41%
B=32.60%

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
Decimal23619420800.180.120.0734052.584.31
HexECC2D0012C71543454
Octal35430232002214752464124
Binary11101100110000101101000001001011001111010101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2D0; }

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

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

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

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

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

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

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

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