Shades of Soft Peach #E6DBDA
Tints of Soft Peach #E6DBDA
RGB
CMYK
RGB Variations
Color information
#E6DBDA (or 0xE6DBDA) is known color: 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
RGB | 230 | 219 | 218 | - |
CMYK | 0 | 0.05 | 0.05 | 0.10 |
HSL | 5º | 0.19% | 0.88% | - |
HSV(B) | 5º | 0.05% | 0.9% | - |
XYZ | 70.62 | 72.55 | 76.61 | - |
YUV | 222.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 219 | 218 | 0 | 0.05 | 0.05 | 0.10 | 5 | 0.19 | 0.88 |
Hex | E6 | DB | DA | 0 | 5 | 5 | A | 5 | 13 | 58 |
Octal | 346 | 333 | 332 | 0 | 5 | 5 | 12 | 5 | 23 | 130 |
Binary | 11100110 | 11011011 | 11011010 | 0 | 101 | 101 | 1010 | 101 | 10011 | 1011000 |
Color Harmonies of #E6DBDA
Complementary color
Monochromatic Colors of #E6DBDA
Black with #E6DBDA
Text Example
Text Example
White with #E6DBDA
Text Example
Text Example
HTML Codes & Css Web 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>