#EEDEE6

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

Shades of Pig Pink #EEDEE6

Tints of Pig Pink #EEDEE6

Color information

#EEDEE6 (or 0xEEDEE6) is unknown color: approx Pig Pink. HEX triplet: EE, DE and E6. RGB value is (238,222,230). Sum of RGB (Red+Green+Blue) = 238+222+230=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEE6 is #112119. Grayscale: #E3E3E3. Windows color (decimal): -1122586 or 15130350. OLE color: 15130350.

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

Color convert

RGB238222230-
CMYK00.070.030.07
HSL330º32%90.2%-
HSV(B)330º6.72%93.33%-
XYZ75.6676.1385.57-
YUV227.7129.3135.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 230 (90.23% from 255) = 33.33%
R=34.49%
G=32.17%
B=33.33%

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
Decimal23822223000.070.030.073303290.2
HexEEDEE6073714a205a
Octal356336346073751240132
Binary1110111011011110111001100111111111010010101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE6; }

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

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

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

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

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

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

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

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