Html Css Color HEX #EEDEDC Soft Peach

📋 copy color: '#EEDEDC'

red 238 ◦ green 222 ◦ blue 220

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

Shades of Soft Peach #EEDEDC

Tints of Soft Peach #EEDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.65%

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 35%
G = 32.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEDEDC (or 0xEEDEDC) is known color: Soft Peach. HEX triplet: EE, DE and DC. RGB value is (238,222,220). Sum of RGB (Red+Green+Blue) = 238+222+220=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDC is #112123. Grayscale: #E2E2E2. Windows color (decimal): -1122596 or 14474990. OLE color: 14474990.

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

Color convert

RGB 238 222 220 -
CMYK 0 0.07 0.08 0.07
HSL 6.67º 0.35% 0.9% -
HSV(B) 6.67º 0.08% 0.93% -
XYZ 74.3 75.59 78.38 -
YUV 226.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 238 222 220 0 0.07 0.08 0.07 6.67 0.35 0.9
Hex EE DE DC 0 7 8 7 7 23 5A
Octal 356 336 334 0 7 10 7 7 43 132
Binary 11101110 11011110 11011100 0 111 1000 111 111 100011 1011010

Color Harmonies of #EEDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEDC

Black with #EEDEDC

Text Example


Text Example

White with #EEDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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