#ECDCE3

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

Shades of Pig Pink #ECDCE3

Tints of Pig Pink #ECDCE3

Color information

#ECDCE3 (or 0xECDCE3) is unknown color: approx Pig Pink. HEX triplet: EC, DC and E3. RGB value is (236,220,227). Sum of RGB (Red+Green+Blue) = 236+220+227=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCE3 is #13231C. Grayscale: #E1E1E1. Windows color (decimal): -1254173 or 14933228. OLE color: 14933228.

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

Color convert

RGB236220227-
CMYK00.070.040.07
HSL333.75º29.63%89.41%-
HSV(B)333.75º6.78%92.55%-
XYZ74.0574.5783.16-
YUV225.58128.8135.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=34.55%
G=32.21%
B=33.24%

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
Decimal23622022700.070.040.07333.7529.6389.41
HexECDCE3074714e1e59
Octal354334343074751636131
Binary1110110011011100111000110111100111101001110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCE3; }

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

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

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

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

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

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

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

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