#EBDBDB

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

Shades of Soft Peach #EBDBDB

Tints of Soft Peach #EBDBDB

Color information

#EBDBDB (or 0xEBDBDB) is unknown color: approx Soft Peach. HEX triplet: EB, DB and DB. RGB value is (235,219,219). Sum of RGB (Red+Green+Blue) = 235+219+219=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDB is #142424. Grayscale: #DFDFDF. Windows color (decimal): -1319973 or 14408683. OLE color: 14408683.

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

Color convert

RGB235219219-
CMYK00.070.070.08
HSL28.57%89.02%-
HSV(B)6.81%92.16%-
XYZ72.3873.4477.38-
YUV223.78125.3136-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=34.92%
G=32.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521921900.070.070.08028.5789.02
HexEBDBDB077801d59
Octal35333333307710035131
Binary111010111101101111011011011111110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBDB; }

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

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

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

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

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

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

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

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