#ECDDE5

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

Shades of Pig Pink #ECDDE5

Tints of Pig Pink #ECDDE5

Color information

#ECDDE5 (or 0xECDDE5) is unknown color: approx Pig Pink. HEX triplet: EC, DD and E5. RGB value is (236,221,229). Sum of RGB (Red+Green+Blue) = 236+221+229=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE5 is #13221A. Grayscale: #E2E2E2. Windows color (decimal): -1253915 or 15064556. OLE color: 15064556.

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

Color convert

RGB236221229-
CMYK00.060.030.07
HSL328º28.3%89.61%-
HSV(B)328º6.36%92.55%-
XYZ74.5975.284.71-
YUV226.4129.47134.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=34.40%
G=32.22%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622122900.060.030.0732828.389.61
HexECDDE506371481c5a
Octal354335345063751034132
Binary111011001101110111100101011011111101001000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE5; }

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

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

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

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

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

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

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

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