#EDE0E7

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

Shades of Pig Pink #EDE0E7

Tints of Pig Pink #EDE0E7

Color information

#EDE0E7 (or 0xEDE0E7) is unknown color: approx Pig Pink. HEX triplet: ED, E0 and E7. RGB value is (237,224,231). Sum of RGB (Red+Green+Blue) = 237+224+231=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0E7 is #121F18. Grayscale: #E4E4E4. Windows color (decimal): -1187609 or 15196397. OLE color: 15196397.

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

Color convert

RGB237224231-
CMYK00.050.030.07
HSL327.69º26.53%90.39%-
HSV(B)327.69º5.49%92.94%-
XYZ7677.0986.47-
YUV228.68129.31133.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.25%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=34.25%
G=32.37%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722423100.050.030.07327.6926.5390.39
HexEDE0E705371481b5a
Octal355340347053751033132
Binary111011011110000011100111010111111101001000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0E7; }

 p { color: rgb(237,224,231); }

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

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

 a { background-color: rgb(237,224,231); }

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

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

 span { border-color: rgb(237,224,231); }

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