Html Css Color HEX #EFDEDC Soft Peach

📋 copy color: '#EFDEDC'

red 239 ◦ green 222 ◦ blue 220

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

Shades of Soft Peach #EFDEDC

Tints of Soft Peach #EFDEDC

RGB

 RED value IS 239 (93.75% from 255) = 35.1%

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

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

R = 35.1%
G = 32.6%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDEDC (or 0xEFDEDC) is known color: Soft Peach. HEX triplet: EF, DE and DC. RGB value is (239,222,220). Sum of RGB (Red+Green+Blue) = 239+222+220=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEDC is #102123. Grayscale: #E2E2E2. Windows color (decimal): -1057060 or 14474991. OLE color: 14474991.

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

Color convert

RGB 239 222 220 -
CMYK 0 0.07 0.08 0.06
HSL 6.32º 0.37% 0.9% -
HSV(B) 6.32º 0.08% 0.94% -
XYZ 74.64 75.76 78.4 -
YUV 226.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 239 222 220 0 0.07 0.08 0.06 6.32 0.37 0.9
Hex EF DE DC 0 7 8 6 6 25 5A
Octal 357 336 334 0 7 10 6 6 45 132
Binary 11101111 11011110 11011100 0 111 1000 110 110 100101 1011010

Color Harmonies of #EFDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEDC

Black with #EFDEDC

Text Example


Text Example

White with #EFDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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