#EBDFDE

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

Shades of Soft Peach #EBDFDE

Tints of Soft Peach #EBDFDE

Color information

#EBDFDE (or 0xEBDFDE) is unknown color: approx Soft Peach. HEX triplet: EB, DF and DE. RGB value is (235,223,222). Sum of RGB (Red+Green+Blue) = 235+223+222=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDE is #142021. Grayscale: #E2E2E2. Windows color (decimal): -1318946 or 14606315. OLE color: 14606315.

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

Color convert

RGB235223222-
CMYK00.050.060.08
HSL4.62º24.53%89.61%-
HSV(B)4.62º5.53%92.16%-
XYZ73.8375.7179.83-
YUV226.47125.48134.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=34.56%
G=32.79%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522322200.050.060.084.6224.5389.61
HexEBDFDE05685195a
Octal35333733605610531132
Binary11101011110111111101111001011101000101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFDE; }

 p { color: rgb(235,223,222); }

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

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

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

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

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

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

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