Shades of Soft Peach #EDDCDB
Tints of Soft Peach #EDDCDB
RGB
CMYK
RGB Variations
Color information
#EDDCDB (or 0xEDDCDB) is known color: Soft Peach. HEX triplet: ED, DC and DB. RGB value is (237,220,219). Sum of RGB (Red+Green+Blue) = 237+220+219=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDB is #122324. Grayscale: #E0E0E0. Windows color (decimal): -1188645 or 14408941. OLE color: 14408941.
HSL color Cylindrical-coordinate representation of color #EDDCDB: hue angle of 3.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDCDB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 219 | - |
CMYK | 0 | 0.07 | 0.08 | 0.07 |
HSL | 3.33º | 0.33% | 0.89% | - |
HSV(B) | 3.33º | 0.08% | 0.93% | - |
XYZ | 73.3 | 74.31 | 77.5 | - |
YUV | 224.97 | 124.63 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 219 | 0 | 0.07 | 0.08 | 0.07 | 3.33 | 0.33 | 0.89 |
Hex | ED | DC | DB | 0 | 7 | 8 | 7 | 3 | 21 | 59 |
Octal | 355 | 334 | 333 | 0 | 7 | 10 | 7 | 3 | 41 | 131 |
Binary | 11101101 | 11011100 | 11011011 | 0 | 111 | 1000 | 111 | 11 | 100001 | 1011001 |
Color Harmonies of #EDDCDB
Complementary color
Monochromatic Colors of #EDDCDB
Black with #EDDCDB
Text Example
Text Example
White with #EDDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCDB; }
p { color: rgb(237,220,219); }
H1.HeaderClassName
{
color: #EDDCDB;
}
.AnyTagClassName
{
color: #EDDCDB;
}
</style>
background-color css
<style>
a { background-color: #EDDCDB; }
a { background-color: rgb(237,220,219); }
div.DivClassName
{
background-color: #EDDCDB;
}
.BgClassName
{
background-color: #EDDCDB;
}
</style>
border-color css
<style>
span { border-color: #EDDCDB; }
span { border-color: rgb(237,220,219); }
td.TdClassName
{
border-color: #EDDCDB;
}
.TagClassName
{
border-color: #EDDCDB;
}
</style>