Html Css Color HEX #EFDCDC Soft Peach

📋 copy color: '#EFDCDC'

red 239 ◦ green 220 ◦ blue 220

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

Shades of Soft Peach #EFDCDC

Tints of Soft Peach #EFDCDC

RGB

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

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

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

R = 35.2%
G = 32.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFDCDC (or 0xEFDCDC) is known color: Soft Peach. HEX triplet: EF, DC and DC. RGB value is (239,220,220). Sum of RGB (Red+Green+Blue) = 239+220+220=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDC is #102323. Grayscale: #E1E1E1. Windows color (decimal): -1057572 or 14474479. OLE color: 14474479.

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

Color convert

RGB 239 220 220 -
CMYK 0 0.08 0.08 0.06
HSL 0.37% 0.9% -
HSV(B) 0.08% 0.94% -
XYZ 74.11 74.7 78.22 -
YUV 225.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 239 220 220 0 0.08 0.08 0.06 0 0.37 0.9
Hex EF DC DC 0 8 8 6 0 25 5A
Octal 357 334 334 0 10 10 6 0 45 132
Binary 11101111 11011100 11011100 0 1000 1000 110 0 100101 1011010

Color Harmonies of #EFDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCDC

Black with #EFDCDC

Text Example


Text Example

White with #EFDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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