#E6DBDA

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

Shades of Soft Peach #E6DBDA

Tints of Soft Peach #E6DBDA

Color information

#E6DBDA (or 0xE6DBDA) is unknown color: approx Soft Peach. HEX triplet: E6, DB and DA. RGB value is (230,219,218). Sum of RGB (Red+Green+Blue) = 230+219+218=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBDA is #192425. Grayscale: #DEDEDE. Windows color (decimal): -1647654 or 14343142. OLE color: 14343142.

HSL color Cylindrical-coordinate representation of color #E6DBDA: hue angle of 5º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DBDA is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230219218-
CMYK00.050.050.10
HSL19.35%87.84%-
HSV(B)5.22%90.2%-
XYZ70.6272.5576.61-
YUV222.18125.64133.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=34.48%
G=32.83%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021921800.050.050.10519.3587.84
HexE6DBDA055A51358
Octal34633333205512523130
Binary11100110110110111101101001011011010101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBDA; }

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

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

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

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

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

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

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

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