#EEDFDD

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

Shades of Soft Peach #EEDFDD

Tints of Soft Peach #EEDFDD

Color information

#EEDFDD (or 0xEEDFDD) is unknown color: approx Soft Peach. HEX triplet: EE, DF and DD. RGB value is (238,223,221). Sum of RGB (Red+Green+Blue) = 238+223+221=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDD is #112022. Grayscale: #E3E3E3. Windows color (decimal): -1122339 or 14540782. OLE color: 14540782.

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

Color convert

RGB238223221-
CMYK00.060.070.07
HSL7.06º33.33%90%-
HSV(B)7.06º7.14%93.33%-
XYZ74.776.1779.17-
YUV227.26124.47135.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=34.90%
G=32.70%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822322100.060.070.077.0633.3390
HexEEDFDD06777215a
Octal3563373350677741132
Binary11101110110111111101110101101111111111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFDD; }

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

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

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

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

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

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

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

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