Html Css Color HEX #EEDCE7 Pig Pink

📋 copy color: '#EEDCE7'

red 238 ◦ green 220 ◦ blue 231

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

Shades of Pig Pink #EEDCE7

Tints of Pig Pink #EEDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.53%

R = 34.54%
G = 31.93%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EEDCE7 (or 0xEEDCE7) is known color: Pig Pink. HEX triplet: EE, DC and E7. RGB value is (238,220,231). Sum of RGB (Red+Green+Blue) = 238+220+231=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE7 is #112318. Grayscale: #E2E2E2. Windows color (decimal): -1123097 or 15195374. OLE color: 15195374.

HSL color Cylindrical-coordinate representation of color #EEDCE7: hue angle of 323.33º 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 #EEDCE7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 231 -
CMYK 0 0.08 0.03 0.07
HSL 323.33º 0.35% 0.9% -
HSV(B) 323.33º 0.08% 0.93% -
XYZ 75.28 75.13 86.14 -
YUV 226.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 238 220 231 0 0.08 0.03 0.07 323.33 0.35 0.9
Hex EE DC E7 0 8 3 7 143 23 5A
Octal 356 334 347 0 10 3 7 503 43 132
Binary 11101110 11011100 11100111 0 1000 11 111 101000011 100011 1011010

Color Harmonies of #EEDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCE7

Black with #EEDCE7

Text Example


Text Example

White with #EEDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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