#EEDFE8

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

Shades of Pig Pink #EEDFE8

Tints of Pig Pink #EEDFE8

Color information

#EEDFE8 (or 0xEEDFE8) is unknown color: approx Pig Pink. HEX triplet: EE, DF and E8. RGB value is (238,223,232). Sum of RGB (Red+Green+Blue) = 238+223+232=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFE8 is #112017. Grayscale: #E4E4E4. Windows color (decimal): -1122328 or 15261678. OLE color: 15261678.

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

Color convert

RGB238223232-
CMYK00.060.030.07
HSL324º30.61%90.39%-
HSV(B)324º6.3%93.33%-
XYZ76.2176.7887.15-
YUV228.51129.97134.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 223 (87.5% from 255) = 32.18%
BLUE value IS 232 (91.02% from 255) = 33.48%
R=34.34%
G=32.18%
B=33.48%

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
Decimal23822323200.060.030.0732430.6190.39
HexEEDFE806371441f5a
Octal356337350063750437132
Binary111011101101111111101000011011111101000100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFE8; }

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

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

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

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

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

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

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

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