#EEDCE3

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

Shades of Pig Pink #EEDCE3

Tints of Pig Pink #EEDCE3

Color information

#EEDCE3 (or 0xEEDCE3) is unknown color: approx Pig Pink. HEX triplet: EE, DC and E3. RGB value is (238,220,227). Sum of RGB (Red+Green+Blue) = 238+220+227=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE3 is #11231C. Grayscale: #E2E2E2. Windows color (decimal): -1123101 or 14933230. OLE color: 14933230.

HSL color Cylindrical-coordinate representation of color #EEDCE3: hue angle of 336.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 #EEDCE3 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238220227-
CMYK00.080.050.07
HSL336.67º34.62%89.8%-
HSV(B)336.67º7.56%93.33%-
XYZ74.7274.9183.19-
YUV226.18128.46136.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=34.74%
G=32.12%
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
Decimal23822022700.080.050.07336.6734.6289.8
HexEEDCE30857151235a
Octal3563343430105752143132
Binary111011101101110011100011010001011111010100011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCE3; }

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

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

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

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

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

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

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

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