Shades of Soft Peach #EBDFDF
Tints of Soft Peach #EBDFDF
RGB
CMYK
RGB Variations
Color information
#EBDFDF (or 0xEBDFDF) is known color: Soft Peach. HEX triplet: EB, DF and DF. RGB value is (235,223,223). Sum of RGB (Red+Green+Blue) = 235+223+223=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFDF is #142020. Grayscale: #E2E2E2. Windows color (decimal): -1318945 or 14671851. OLE color: 14671851.
HSL color Cylindrical-coordinate representation of color #EBDFDF: hue angle of 0º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFDF is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 223 | 223 | - |
CMYK | 0 | 0.05 | 0.05 | 0.08 |
HSL | 0º | 0.23% | 0.9% | - |
HSV(B) | 0º | 0.05% | 0.92% | - |
XYZ | 73.97 | 75.77 | 80.54 | - |
YUV | 226.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 223 | 0 | 0.05 | 0.05 | 0.08 | 0 | 0.23 | 0.9 |
Hex | EB | DF | DF | 0 | 5 | 5 | 8 | 0 | 17 | 5A |
Octal | 353 | 337 | 337 | 0 | 5 | 5 | 10 | 0 | 27 | 132 |
Binary | 11101011 | 11011111 | 11011111 | 0 | 101 | 101 | 1000 | 0 | 10111 | 1011010 |
Color Harmonies of #EBDFDF
Complementary color
Monochromatic Colors of #EBDFDF
Black with #EBDFDF
Text Example
Text Example
White with #EBDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFDF; }
p { color: rgb(235,223,223); }
H1.HeaderClassName
{
color: #EBDFDF;
}
.AnyTagClassName
{
color: #EBDFDF;
}
</style>
background-color css
<style>
a { background-color: #EBDFDF; }
a { background-color: rgb(235,223,223); }
div.DivClassName
{
background-color: #EBDFDF;
}
.BgClassName
{
background-color: #EBDFDF;
}
</style>
border-color css
<style>
span { border-color: #EBDFDF; }
span { border-color: rgb(235,223,223); }
td.TdClassName
{
border-color: #EBDFDF;
}
.TagClassName
{
border-color: #EBDFDF;
}
</style>