Html Css Color HEX #EED7DF Pig Pink

📋 copy color: '#EED7DF'

red 238 ◦ green 215 ◦ blue 223

#EED7DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pig Pink #EED7DF

Tints of Pig Pink #EED7DF

RGB

 RED value IS 238 (93.36% from 255) = 35.21%

 GREEN value IS 215 (84.38% from 255) = 31.8%

 BLUE value IS 223 (87.5% from 255) = 32.99%

R = 35.21%
G = 31.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EED7DF (or 0xEED7DF) is known color: Pig Pink. HEX triplet: EE, D7 and DF. RGB value is (238,215,223). Sum of RGB (Red+Green+Blue) = 238+215+223=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7DF is #112820. Grayscale: #DEDEDE. Windows color (decimal): -1124385 or 14669806. OLE color: 14669806.

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

Color convert

RGB 238 215 223 -
CMYK 0 0.10 0.06 0.07
HSL 339.13º 0.4% 0.89% -
HSV(B) 339.13º 0.1% 0.93% -
XYZ 72.88 72.11 79.89 -
YUV 222.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 238 215 223 0 0.10 0.06 0.07 339.13 0.4 0.89
Hex EE D7 DF 0 A 6 7 153 28 59
Octal 356 327 337 0 12 6 7 523 50 131
Binary 11101110 11010111 11011111 0 1010 110 111 101010011 101000 1011001

Color Harmonies of #EED7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7DF

Black with #EED7DF

Text Example


Text Example

White with #EED7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7DF; }

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

 H1.HeaderClassName
 {
   color: #EED7DF;
 }
 .AnyTagClassName
 {
   color: #EED7DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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