#EFDFDD

Color #EFDFDD Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #EFDFDD

Tints of Soft Peach #EFDFDD

Color information

#EFDFDD (or 0xEFDFDD) is unknown color: approx Soft Peach. HEX triplet: EF, DF and DD. RGB value is (239,223,221). Sum of RGB (Red+Green+Blue) = 239+223+221=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDD is #102022. Grayscale: #E3E3E3. Windows color (decimal): -1056803 or 14540783. OLE color: 14540783.

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

Color convert

RGB239223221-
CMYK00.070.080.06
HSL6.67º36%90.2%-
HSV(B)6.67º7.53%93.73%-
XYZ75.0476.3579.19-
YUV227.56124.3136.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=34.99%
G=32.65%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922322100.070.080.066.673690.2
HexEFDFDD07867245a
Octal35733733507106744132
Binary111011111101111111011101011110001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFDD; }

 p { color: rgb(239,223,221); }

 H1.HeaderClassName
 {
   color: #EFDFDD;
 }
 .AnyTagClassName
 {
   color: #EFDFDD;
 }
</style>
background-color css

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

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

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

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

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

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