#ECDEE5

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

Shades of Pig Pink #ECDEE5

Tints of Pig Pink #ECDEE5

Color information

#ECDEE5 (or 0xECDEE5) is unknown color: approx Pig Pink. HEX triplet: EC, DE and E5. RGB value is (236,222,229). Sum of RGB (Red+Green+Blue) = 236+222+229=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEE5 is #13211A. Grayscale: #E2E2E2. Windows color (decimal): -1253659 or 15064812. OLE color: 15064812.

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

Color convert

RGB236222229-
CMYK00.060.030.07
HSL330º26.92%89.8%-
HSV(B)330º5.93%92.55%-
XYZ74.8675.7384.8-
YUV226.98129.14134.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.35%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=34.35%
G=32.31%
B=33.33%

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
Decimal23622222900.060.030.0733026.9289.8
HexECDEE5063714a1b5a
Octal354336345063751233132
Binary111011001101111011100101011011111101001010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE5; }

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

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

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

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

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

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

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

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