#EEDBE4

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

Shades of Pig Pink #EEDBE4

Tints of Pig Pink #EEDBE4

Color information

#EEDBE4 (or 0xEEDBE4) is unknown color: approx Pig Pink. HEX triplet: EE, DB and E4. RGB value is (238,219,228). Sum of RGB (Red+Green+Blue) = 238+219+228=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE4 is #11241B. Grayscale: #E1E1E1. Windows color (decimal): -1123356 or 14998510. OLE color: 14998510.

HSL color Cylindrical-coordinate representation of color #EEDBE4: hue angle of 331.58º degrees, saturation: 0.36, 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 #EEDBE4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB238219228-
CMYK00.080.040.07
HSL331.58º35.85%89.61%-
HSV(B)331.58º7.98%93.33%-
XYZ74.674.4483.84-
YUV225.71129.29136.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=34.74%
G=31.97%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821922800.080.040.07331.5835.8589.61
HexEEDBE4084714c245a
Octal3563333440104751444132
Binary111011101101101111100100010001001111010011001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE4; }

 p { color: rgb(238,219,228); }

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

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

 a { background-color: rgb(238,219,228); }

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

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

 span { border-color: rgb(238,219,228); }

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