Shades of Soft Peach #EEDADA
Tints of Soft Peach #EEDADA
RGB
CMYK
RGB Variations
Color information
#EEDADA (or 0xEEDADA) is known color: Soft Peach. HEX triplet: EE, DA and DA. RGB value is (238,218,218). Sum of RGB (Red+Green+Blue) = 238+218+218=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADA is #112525. Grayscale: #DFDFDF. Windows color (decimal): -1123622 or 14342894. OLE color: 14342894.
HSL color Cylindrical-coordinate representation of color #EEDADA: hue angle of 0º degrees, saturation: 0.37, 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 #EEDADA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 218 | 218 | - |
CMYK | 0 | 0.08 | 0.08 | 0.07 |
HSL | 0º | 0.37% | 0.89% | - |
HSV(B) | 0º | 0.08% | 0.93% | - |
XYZ | 72.99 | 73.38 | 76.65 | - |
YUV | 223.98 | 124.63 | 138 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 218 | 218 | 0 | 0.08 | 0.08 | 0.07 | 0 | 0.37 | 0.89 |
Hex | EE | DA | DA | 0 | 8 | 8 | 7 | 0 | 25 | 59 |
Octal | 356 | 332 | 332 | 0 | 10 | 10 | 7 | 0 | 45 | 131 |
Binary | 11101110 | 11011010 | 11011010 | 0 | 1000 | 1000 | 111 | 0 | 100101 | 1011001 |
Color Harmonies of #EEDADA
Complementary color
Monochromatic Colors of #EEDADA
Black with #EEDADA
Text Example
Text Example
White with #EEDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADA; }
p { color: rgb(238,218,218); }
H1.HeaderClassName
{
color: #EEDADA;
}
.AnyTagClassName
{
color: #EEDADA;
}
</style>
background-color css
<style>
a { background-color: #EEDADA; }
a { background-color: rgb(238,218,218); }
div.DivClassName
{
background-color: #EEDADA;
}
.BgClassName
{
background-color: #EEDADA;
}
</style>
border-color css
<style>
span { border-color: #EEDADA; }
span { border-color: rgb(238,218,218); }
td.TdClassName
{
border-color: #EEDADA;
}
.TagClassName
{
border-color: #EEDADA;
}
</style>