#EDDFDD

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

Shades of Soft Peach #EDDFDD

Tints of Soft Peach #EDDFDD

Color information

#EDDFDD (or 0xEDDFDD) is unknown color: approx Soft Peach. HEX triplet: ED, DF and DD. RGB value is (237,223,221). Sum of RGB (Red+Green+Blue) = 237+223+221=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDD is #122022. Grayscale: #E2E2E2. Windows color (decimal): -1187875 or 14540781. OLE color: 14540781.

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

Color convert

RGB237223221-
CMYK00.060.070.07
HSL7.5º30.77%89.8%-
HSV(B)7.5º6.75%92.94%-
XYZ74.367679.16-
YUV226.96124.64135.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=34.80%
G=32.75%
B=32.45%

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
Decimal23722322100.060.070.077.530.7789.8
HexEDDFDD067781f5a
Octal35533733506771037132
Binary11101101110111111101110101101111111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFDD; }

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

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

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

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

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

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

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

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