#EBDDDD

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

Shades of Soft Peach #EBDDDD

Tints of Soft Peach #EBDDDD

Color information

#EBDDDD (or 0xEBDDDD) is unknown color: approx Soft Peach. HEX triplet: EB, DD and DD. RGB value is (235,221,221). Sum of RGB (Red+Green+Blue) = 235+221+221=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDD is #142222. Grayscale: #E1E1E1. Windows color (decimal): -1319459 or 14540267. OLE color: 14540267.

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

Color convert

RGB235221221-
CMYK00.060.060.08
HSL25.93%89.41%-
HSV(B)5.96%92.16%-
XYZ73.1774.678.95-
YUV225.19125.64135-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 221 (86.72% from 255) = 32.64%
R=34.71%
G=32.64%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522122100.060.060.08025.9389.41
HexEBDDDD066801a59
Octal35333533506610032131
Binary111010111101110111011101011011010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDDD; }

 p { color: rgb(235,221,221); }

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

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

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

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

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

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

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