#EFDBDB

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

Shades of Soft Peach #EFDBDB

Tints of Soft Peach #EFDBDB

Color information

#EFDBDB (or 0xEFDBDB) is unknown color: approx Soft Peach. HEX triplet: EF, DB and DB. RGB value is (239,219,219). Sum of RGB (Red+Green+Blue) = 239+219+219=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDB is #102424. Grayscale: #E0E0E0. Windows color (decimal): -1057829 or 14408687. OLE color: 14408687.

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

Color convert

RGB239219219-
CMYK00.080.080.06
HSL38.46%89.8%-
HSV(B)8.37%93.73%-
XYZ73.7174.1377.44-
YUV224.98124.63138-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=35.30%
G=32.35%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921921900.080.080.06038.4689.8
HexEFDBDB08860265a
Octal357333333010106046132
Binary11101111110110111101101101000100011001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBDB; }

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

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

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

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

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

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

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

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