#EEDAE3

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

Shades of Pig Pink #EEDAE3

Tints of Pig Pink #EEDAE3

Color information

#EEDAE3 (or 0xEEDAE3) is unknown color: approx Pig Pink. HEX triplet: EE, DA and E3. RGB value is (238,218,227). Sum of RGB (Red+Green+Blue) = 238+218+227=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE3 is #11251C. Grayscale: #E0E0E0. Windows color (decimal): -1123613 or 14932718. OLE color: 14932718.

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

Color convert

RGB238218227-
CMYK00.080.050.07
HSL333º37.04%89.41%-
HSV(B)333º8.4%93.33%-
XYZ74.273.8783.02-
YUV225.01129.13137.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=34.85%
G=31.92%
B=33.24%

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
Decimal23821822700.080.050.0733337.0489.41
HexEEDAE3085714d2559
Octal3563323430105751545131
Binary111011101101101011100011010001011111010011011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAE3; }

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

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

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

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

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

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

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

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