#EEDBDB

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

Shades of Soft Peach #EEDBDB

Tints of Soft Peach #EEDBDB

Color information

#EEDBDB (or 0xEEDBDB) is unknown color: approx Soft Peach. HEX triplet: EE, DB and DB. RGB value is (238,219,219). Sum of RGB (Red+Green+Blue) = 238+219+219=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBDB is #112424. Grayscale: #E0E0E0. Windows color (decimal): -1123365 or 14408686. OLE color: 14408686.

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

Color convert

RGB238219219-
CMYK00.080.080.07
HSL35.85%89.61%-
HSV(B)7.98%93.33%-
XYZ73.3873.9577.43-
YUV224.68124.79137.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=35.21%
G=32.40%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821921900.080.080.07035.8589.61
HexEEDBDB08870245a
Octal356333333010107044132
Binary11101110110110111101101101000100011101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBDB; }

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

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

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

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

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

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

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

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