#EDDEE8

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

Shades of Pig Pink #EDDEE8

Tints of Pig Pink #EDDEE8

Color information

#EDDEE8 (or 0xEDDEE8) is unknown color: approx Pig Pink. HEX triplet: ED, DE and E8. RGB value is (237,222,232). Sum of RGB (Red+Green+Blue) = 237+222+232=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEE8 is #122117. Grayscale: #E3E3E3. Windows color (decimal): -1188120 or 15261421. OLE color: 15261421.

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

Color convert

RGB237222232-
CMYK00.060.020.07
HSL320º29.41%90%-
HSV(B)320º6.33%92.94%-
XYZ75.6176.0787.04-
YUV227.62130.47134.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=34.30%
G=32.13%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722223200.060.020.0732029.4190
HexEDDEE806271401d5a
Octal355336350062750035132
Binary111011011101111011101000011010111101000000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEE8; }

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

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

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

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

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

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

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

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