#EBDAD9

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

Shades of Soft Peach #EBDAD9

Tints of Soft Peach #EBDAD9

Color information

#EBDAD9 (or 0xEBDAD9) is unknown color: approx Soft Peach. HEX triplet: EB, DA and D9. RGB value is (235,218,217). Sum of RGB (Red+Green+Blue) = 235+218+217=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD9 is #142526. Grayscale: #DEDEDE. Windows color (decimal): -1320231 or 14277355. OLE color: 14277355.

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

Color convert

RGB235218217-
CMYK00.070.080.08
HSL3.33º31.03%88.63%-
HSV(B)3.33º7.66%92.16%-
XYZ71.8672.8175.91-
YUV222.97124.63136.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 217 (85.16% from 255) = 32.39%
R=35.07%
G=32.54%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521821700.070.080.083.3331.0388.63
HexEBDAD9078831f59
Octal353332331071010337131
Binary11101011110110101101100101111000100011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD9; }

 p { color: rgb(235,218,217); }

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

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

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

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

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

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

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