#EADBDB

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

Shades of Soft Peach #EADBDB

Tints of Soft Peach #EADBDB

Color information

#EADBDB (or 0xEADBDB) is unknown color: approx Soft Peach. HEX triplet: EA, DB and DB. RGB value is (234,219,219). Sum of RGB (Red+Green+Blue) = 234+219+219=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDB is #152424. Grayscale: #DFDFDF. Windows color (decimal): -1385509 or 14408682. OLE color: 14408682.

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

Color convert

RGB234219219-
CMYK00.060.060.08
HSL26.32%88.82%-
HSV(B)6.41%91.76%-
XYZ72.0573.2777.36-
YUV223.48125.47135.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=34.82%
G=32.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421921900.060.060.08026.3288.82
HexEADBDB066801a59
Octal35233333306610032131
Binary111010101101101111011011011011010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBDB; }

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

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

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

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

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

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

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

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