#ECDAE1

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

Shades of Pig Pink #ECDAE1

Tints of Pig Pink #ECDAE1

Color information

#ECDAE1 (or 0xECDAE1) is unknown color: approx Pig Pink. HEX triplet: EC, DA and E1. RGB value is (236,218,225). Sum of RGB (Red+Green+Blue) = 236+218+225=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE1 is #13251E. Grayscale: #E0E0E0. Windows color (decimal): -1254687 or 14801644. OLE color: 14801644.

HSL color Cylindrical-coordinate representation of color #ECDAE1: hue angle of 336.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAE1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236218225-
CMYK00.080.050.07
HSL336.67º32.14%89.02%-
HSV(B)336.67º7.63%92.55%-
XYZ73.2573.4181.54-
YUV224.18128.46136.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.76%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=34.76%
G=32.11%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621822500.080.050.07336.6732.1489.02
HexECDAE108571512059
Octal3543323410105752140131
Binary111011001101101011100001010001011111010100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAE1; }

 p { color: rgb(236,218,225); }

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

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

 a { background-color: rgb(236,218,225); }

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

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

 span { border-color: rgb(236,218,225); }

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