#EBDAD8

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

Shades of Soft Peach #EBDAD8

Tints of Soft Peach #EBDAD8

Color information

#EBDAD8 (or 0xEBDAD8) is unknown color: approx Soft Peach. HEX triplet: EB, DA and D8. RGB value is (235,218,216). Sum of RGB (Red+Green+Blue) = 235+218+216=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD8 is #142527. Grayscale: #DEDEDE. Windows color (decimal): -1320232 or 14211819. OLE color: 14211819.

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

Color convert

RGB235218216-
CMYK00.070.080.08
HSL6.32º32.2%88.43%-
HSV(B)6.32º8.09%92.16%-
XYZ71.7372.7675.23-
YUV222.86124.13136.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 216 (84.77% from 255) = 32.29%
R=35.13%
G=32.59%
B=32.29%

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
Decimal23521821600.070.080.086.3232.288.43
HexEBDAD8078862058
Octal353332330071010640130
Binary1110101111011010110110000111100010001101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD8; }

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

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

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

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

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

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

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

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