Shades of Soft Peach #EBDFDD
Tints of Soft Peach #EBDFDD
RGB
CMYK
RGB Variations
Color information
#EBDFDD (or 0xEBDFDD) is known color: Soft Peach. HEX triplet: EB, DF and DD. RGB value is (235,223,221). Sum of RGB (Red+Green+Blue) = 235+223+221=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDD is #142022. Grayscale: #E2E2E2. Windows color (decimal): -1318947 or 14540779. OLE color: 14540779.
HSL color Cylindrical-coordinate representation of color #EBDFDD: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDFDD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 221 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.08 |
| HSL | 8.57º | 0.26% | 0.89% | - |
| HSV(B) | 8.57º | 0.06% | 0.92% | - |
| XYZ | 73.7 | 75.66 | 79.13 | - |
| YUV | 226.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 221 | 0 | 0.05 | 0.06 | 0.08 | 8.57 | 0.26 | 0.89 |
| Hex | EB | DF | DD | 0 | 5 | 6 | 8 | 9 | 1A | 59 |
| Octal | 353 | 337 | 335 | 0 | 5 | 6 | 10 | 11 | 32 | 131 |
| Binary | 11101011 | 11011111 | 11011101 | 0 | 101 | 110 | 1000 | 1001 | 11010 | 1011001 |
Color Harmonies of #EBDFDD
Complementary color
Monochromatic Colors of #EBDFDD
Black with #EBDFDD
Text Example
Text Example
White with #EBDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFDD; }
p { color: rgb(235,223,221); }
H1.HeaderClassName
{
color: #EBDFDD;
}
.AnyTagClassName
{
color: #EBDFDD;
}
</style>
background-color css
<style>
a { background-color: #EBDFDD; }
a { background-color: rgb(235,223,221); }
div.DivClassName
{
background-color: #EBDFDD;
}
.BgClassName
{
background-color: #EBDFDD;
}
</style>
border-color css
<style>
span { border-color: #EBDFDD; }
span { border-color: rgb(235,223,221); }
td.TdClassName
{
border-color: #EBDFDD;
}
.TagClassName
{
border-color: #EBDFDD;
}
</style>