#ECDDE4

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

Shades of Pig Pink #ECDDE4

Tints of Pig Pink #ECDDE4

Color information

#ECDDE4 (or 0xECDDE4) is unknown color: approx Pig Pink. HEX triplet: EC, DD and E4. RGB value is (236,221,228). Sum of RGB (Red+Green+Blue) = 236+221+228=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE4 is #13221B. Grayscale: #E2E2E2. Windows color (decimal): -1253916 or 14999020. OLE color: 14999020.

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

Color convert

RGB236221228-
CMYK00.060.030.07
HSL332º28.3%89.61%-
HSV(B)332º6.36%92.55%-
XYZ74.4575.1583.98-
YUV226.28128.97134.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=34.45%
G=32.26%
B=33.28%

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
Decimal23622122800.060.030.0733228.389.61
HexECDDE4063714c1c5a
Octal354335344063751434132
Binary111011001101110111100100011011111101001100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDE4; }

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

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

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

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

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

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

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

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