#EFDBDA

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

Shades of Soft Peach #EFDBDA

Tints of Soft Peach #EFDBDA

Color information

#EFDBDA (or 0xEFDBDA) is unknown color: approx Soft Peach. HEX triplet: EF, DB and DA. RGB value is (239,219,218). Sum of RGB (Red+Green+Blue) = 239+219+218=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBDA is #102425. Grayscale: #E0E0E0. Windows color (decimal): -1057830 or 14343151. OLE color: 14343151.

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

Color convert

RGB239219218-
CMYK00.080.090.06
HSL2.86º39.62%89.61%-
HSV(B)2.86º8.79%93.73%-
XYZ73.5874.0876.75-
YUV224.87124.13138.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=35.36%
G=32.40%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921921800.080.090.062.8639.6289.61
HexEFDBDA08963285a
Octal357333332010116350132
Binary111011111101101111011010010001001110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBDA; }

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

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

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

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

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

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

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

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