#EEDCE6

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

Shades of Pig Pink #EEDCE6

Tints of Pig Pink #EEDCE6

Color information

#EEDCE6 (or 0xEEDCE6) is unknown color: approx Pig Pink. HEX triplet: EE, DC and E6. RGB value is (238,220,230). Sum of RGB (Red+Green+Blue) = 238+220+230=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE6 is #112319. Grayscale: #E2E2E2. Windows color (decimal): -1123098 or 15129838. OLE color: 15129838.

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

Color convert

RGB238220230-
CMYK00.080.030.07
HSL326.67º34.62%89.8%-
HSV(B)326.67º7.56%93.33%-
XYZ75.1475.0885.39-
YUV226.52129.96136.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=34.59%
G=31.98%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822023000.080.030.07326.6734.6289.8
HexEEDCE60837147235a
Octal3563343460103750743132
Binary11101110110111001110011001000111111010001111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE6; }

 p { color: rgb(238,220,230); }

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

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

 a { background-color: rgb(238,220,230); }

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

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

 span { border-color: rgb(238,220,230); }

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