Html Css Color HEX #EEDCE5 Pig Pink

📋 copy color: '#EEDCE5'

red 238 ◦ green 220 ◦ blue 229

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

Shades of Pig Pink #EEDCE5

Tints of Pig Pink #EEDCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.02%

 BLUE value IS 229 (89.84% from 255) = 33.33%

R = 34.64%
G = 32.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EEDCE5 (or 0xEEDCE5) is known color: Pig Pink. HEX triplet: EE, DC and E5. RGB value is (238,220,229). Sum of RGB (Red+Green+Blue) = 238+220+229=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE5 is #11231A. Grayscale: #E2E2E2. Windows color (decimal): -1123099 or 15064302. OLE color: 15064302.

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

Color convert

RGB 238 220 229 -
CMYK 0 0.08 0.04 0.07
HSL 330º 0.35% 0.9% -
HSV(B) 330º 0.08% 0.93% -
XYZ 75 75.02 84.66 -
YUV 226.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 238 220 229 0 0.08 0.04 0.07 330 0.35 0.9
Hex EE DC E5 0 8 4 7 14A 23 5A
Octal 356 334 345 0 10 4 7 512 43 132
Binary 11101110 11011100 11100101 0 1000 100 111 101001010 100011 1011010

Color Harmonies of #EEDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCE5

Black with #EEDCE5

Text Example


Text Example

White with #EEDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCE5; }

 p { color: rgb(238,220,229); }

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

background-color css

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

 a { background-color: rgb(238,220,229); }

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

border-color css

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

 span { border-color: rgb(238,220,229); }

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