#ECC4D2

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

Shades of Prim #ECC4D2

Tints of Prim #ECC4D2

Color information

#ECC4D2 (or 0xECC4D2) is unknown color: approx Prim. HEX triplet: EC, C4 and D2. RGB value is (236,196,210). Sum of RGB (Red+Green+Blue) = 236+196+210=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4D2 is #133B2D. Grayscale: #D1D1D1. Windows color (decimal): -1260334 or 13812972. OLE color: 13812972.

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

Color convert

RGB236196210-
CMYK00.170.110.07
HSL339º51.28%84.71%-
HSV(B)339º16.95%92.55%-
XYZ65.9661.9769.46-
YUV209.56128.25146.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 196 (76.95% from 255) = 30.53%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=36.76%
G=30.53%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619621000.170.110.0733951.2884.71
HexECC4D2011B71533355
Octal35430432202113752363125
Binary11101100110001001101001001000110111111010100111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4D2; }

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

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

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

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

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

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

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

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