#EBDFDD

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

Shades of Soft Peach #EBDFDD

Tints of Soft Peach #EBDFDD

Color information

#EBDFDD (or 0xEBDFDD) is unknown color: approx Soft Peach. HEX triplet: EB, DF and DD. RGB value is (235,223,221). Sum of RGB (Red+Green+Blue) = 235+223+221=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDD is #142022. Grayscale: #E2E2E2. Windows color (decimal): -1318947 or 14540779. OLE color: 14540779.

HSL color Cylindrical-coordinate representation of color #EBDFDD: hue angle of 8.57º 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 #EBDFDD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235223221-
CMYK00.050.060.08
HSL8.57º25.93%89.41%-
HSV(B)8.57º5.96%92.16%-
XYZ73.775.6679.13-
YUV226.36124.98134.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=34.61%
G=32.84%
B=32.55%

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
Decimal23522322100.050.060.088.5725.9389.41
HexEBDFDD056891a59
Octal353337335056101132131
Binary111010111101111111011101010111010001001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFDD; }

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

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

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

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

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

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

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

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