#EED6DF

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

Shades of Pig Pink #EED6DF

Tints of Pig Pink #EED6DF

Color information

#EED6DF (or 0xEED6DF) is unknown color: approx Pig Pink. HEX triplet: EE, D6 and DF. RGB value is (238,214,223). Sum of RGB (Red+Green+Blue) = 238+214+223=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DF is #112920. Grayscale: #DEDEDE. Windows color (decimal): -1124641 or 14669550. OLE color: 14669550.

HSL color Cylindrical-coordinate representation of color #EED6DF: hue angle of 337.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6DF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238214223-
CMYK00.100.060.07
HSL337.5º41.38%88.63%-
HSV(B)337.5º10.08%93.33%-
XYZ72.6371.679.8-
YUV222.2128.45139.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=35.26%
G=31.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821422300.100.060.07337.541.3888.63
HexEED6DF0A671522959
Octal3563263370126752251131
Binary111011101101011011011111010101101111010100101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6DF; }

 p { color: rgb(238,214,223); }

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

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

 a { background-color: rgb(238,214,223); }

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

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

 span { border-color: rgb(238,214,223); }

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