#EBDCDB

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

Shades of Soft Peach #EBDCDB

Tints of Soft Peach #EBDCDB

Color information

#EBDCDB (or 0xEBDCDB) is unknown color: approx Soft Peach. HEX triplet: EB, DC and DB. RGB value is (235,220,219). Sum of RGB (Red+Green+Blue) = 235+220+219=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDB is #142324. Grayscale: #E0E0E0. Windows color (decimal): -1319717 or 14408939. OLE color: 14408939.

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

Color convert

RGB235220219-
CMYK00.060.070.08
HSL3.75º28.57%89.02%-
HSV(B)3.75º6.81%92.16%-
XYZ72.6473.9677.47-
YUV224.37124.97135.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=34.87%
G=32.64%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522021900.060.070.083.7528.5789.02
HexEBDCDB067841d59
Octal35333433306710435131
Binary11101011110111001101101101101111000100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCDB; }

 p { color: rgb(235,220,219); }

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

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

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

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

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

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

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