Html Css Color HEX #EEDCE4 Pig Pink

📋 copy color: '#EEDCE4'

red 238 ◦ green 220 ◦ blue 228

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

Shades of Pig Pink #EEDCE4

Tints of Pig Pink #EEDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.24%

R = 34.69%
G = 32.07%
B = 33.24%

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

#EEDCE4 (or 0xEEDCE4) is known color: Pig Pink. HEX triplet: EE, DC and E4. RGB value is (238,220,228). Sum of RGB (Red+Green+Blue) = 238+220+228=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE4 is #11231B. Grayscale: #E2E2E2. Windows color (decimal): -1123100 or 14998766. OLE color: 14998766.

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

Color convert

RGB 238 220 228 -
CMYK 0 0.08 0.04 0.07
HSL 333.33º 0.35% 0.9% -
HSV(B) 333.33º 0.08% 0.93% -
XYZ 74.86 74.96 83.92 -
YUV 226.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 238 220 228 0 0.08 0.04 0.07 333.33 0.35 0.9
Hex EE DC E4 0 8 4 7 14D 23 5A
Octal 356 334 344 0 10 4 7 515 43 132
Binary 11101110 11011100 11100100 0 1000 100 111 101001101 100011 1011010

Color Harmonies of #EEDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCE4

Black with #EEDCE4

Text Example


Text Example

White with #EEDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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