#EEDEE8

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

Shades of Pig Pink #EEDEE8

Tints of Pig Pink #EEDEE8

Color information

#EEDEE8 (or 0xEEDEE8) is unknown color: approx Pig Pink. HEX triplet: EE, DE and E8. RGB value is (238,222,232). Sum of RGB (Red+Green+Blue) = 238+222+232=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEE8 is #112117. Grayscale: #E3E3E3. Windows color (decimal): -1122584 or 15261422. OLE color: 15261422.

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

Color convert

RGB238222232-
CMYK00.070.030.07
HSL322.5º32%90.2%-
HSV(B)322.5º6.72%93.33%-
XYZ75.9576.2587.06-
YUV227.92130.3135.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 232 (91.02% from 255) = 33.53%
R=34.39%
G=32.08%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822223200.070.030.07322.53290.2
HexEEDEE80737142205a
Octal356336350073750240132
Binary1110111011011110111010000111111111010000101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE8; }

 p { color: rgb(238,222,232); }

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

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

 a { background-color: rgb(238,222,232); }

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

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

 span { border-color: rgb(238,222,232); }

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