#ECDCE5

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

Shades of Pig Pink #ECDCE5

Tints of Pig Pink #ECDCE5

Color information

#ECDCE5 (or 0xECDCE5) is unknown color: approx Pig Pink. HEX triplet: EC, DC and E5. RGB value is (236,220,229). Sum of RGB (Red+Green+Blue) = 236+220+229=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCE5 is #13231A. Grayscale: #E1E1E1. Windows color (decimal): -1254171 or 15064300. OLE color: 15064300.

HSL color Cylindrical-coordinate representation of color #ECDCE5: hue angle of 326.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDCE5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236220229-
CMYK00.070.030.07
HSL326.25º29.63%89.41%-
HSV(B)326.25º6.78%92.55%-
XYZ74.3374.6884.63-
YUV225.81129.8135.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=34.45%
G=32.12%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622022900.070.030.07326.2529.6389.41
HexECDCE507371461e59
Octal354334345073750636131
Binary111011001101110011100101011111111101000110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE5; }

 p { color: rgb(236,220,229); }

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

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

 a { background-color: rgb(236,220,229); }

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

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

 span { border-color: rgb(236,220,229); }

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