Shades of Soft Peach #EDDAD9
Tints of Soft Peach #EDDAD9
RGB
CMYK
RGB Variations
Color information
#EDDAD9 (or 0xEDDAD9) is known color: Soft Peach. HEX triplet: ED, DA and D9. RGB value is (237,218,217). Sum of RGB (Red+Green+Blue) = 237+218+217=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD9 is #122526. Grayscale: #DFDFDF. Windows color (decimal): -1189159 or 14277357. OLE color: 14277357.
HSL color Cylindrical-coordinate representation of color #EDDAD9: hue angle of 3º degrees, saturation: 0.36, 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 #EDDAD9 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 217 | - |
CMYK | 0 | 0.08 | 0.08 | 0.07 |
HSL | 3º | 0.36% | 0.89% | - |
HSV(B) | 3º | 0.08% | 0.93% | - |
XYZ | 72.52 | 73.16 | 75.94 | - |
YUV | 223.57 | 124.29 | 137.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 217 | 0 | 0.08 | 0.08 | 0.07 | 3 | 0.36 | 0.89 |
Hex | ED | DA | D9 | 0 | 8 | 8 | 7 | 3 | 24 | 59 |
Octal | 355 | 332 | 331 | 0 | 10 | 10 | 7 | 3 | 44 | 131 |
Binary | 11101101 | 11011010 | 11011001 | 0 | 1000 | 1000 | 111 | 11 | 100100 | 1011001 |
Color Harmonies of #EDDAD9
Complementary color
Monochromatic Colors of #EDDAD9
Black with #EDDAD9
Text Example
Text Example
White with #EDDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAD9; }
p { color: rgb(237,218,217); }
H1.HeaderClassName
{
color: #EDDAD9;
}
.AnyTagClassName
{
color: #EDDAD9;
}
</style>
background-color css
<style>
a { background-color: #EDDAD9; }
a { background-color: rgb(237,218,217); }
div.DivClassName
{
background-color: #EDDAD9;
}
.BgClassName
{
background-color: #EDDAD9;
}
</style>
border-color css
<style>
span { border-color: #EDDAD9; }
span { border-color: rgb(237,218,217); }
td.TdClassName
{
border-color: #EDDAD9;
}
.TagClassName
{
border-color: #EDDAD9;
}
</style>