#ECDCE2

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

Shades of Pig Pink #ECDCE2

Tints of Pig Pink #ECDCE2

Color information

#ECDCE2 (or 0xECDCE2) is unknown color: approx Pig Pink. HEX triplet: EC, DC and E2. RGB value is (236,220,226). Sum of RGB (Red+Green+Blue) = 236+220+226=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCE2 is #13231D. Grayscale: #E1E1E1. Windows color (decimal): -1254174 or 14867692. OLE color: 14867692.

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

Color convert

RGB236220226-
CMYK00.070.040.07
HSL337.5º29.63%89.41%-
HSV(B)337.5º6.78%92.55%-
XYZ73.9174.5182.44-
YUV225.47128.3135.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=34.60%
G=32.26%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622022600.070.040.07337.529.6389.41
HexECDCE207471521e59
Octal354334342074752236131
Binary1110110011011100111000100111100111101010010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE2; }

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

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

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

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

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

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

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

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