#ECDEE6

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

Shades of Pig Pink #ECDEE6

Tints of Pig Pink #ECDEE6

Color information

#ECDEE6 (or 0xECDEE6) is unknown color: approx Pig Pink. HEX triplet: EC, DE and E6. RGB value is (236,222,230). Sum of RGB (Red+Green+Blue) = 236+222+230=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEE6 is #132119. Grayscale: #E3E3E3. Windows color (decimal): -1253658 or 15130348. OLE color: 15130348.

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

Color convert

RGB236222230-
CMYK00.060.030.07
HSL325.71º26.92%89.8%-
HSV(B)325.71º5.93%92.55%-
XYZ7575.7985.54-
YUV227.1129.64134.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=34.30%
G=32.27%
B=33.43%

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
Decimal23622223000.060.030.07325.7126.9289.8
HexECDEE606371461b5a
Octal354336346063750633132
Binary111011001101111011100110011011111101000110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE6; }

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

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

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

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

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

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

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

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