Shades of Sundown #EDAFAB
Tints of Sundown #EDAFAB
RGB
CMYK
RGB Variations
Color information
#EDAFAB (or 0xEDAFAB) is known color: Sundown. HEX triplet: ED, AF and AB. RGB value is (237,175,171). Sum of RGB (Red+Green+Blue) = 237+175+171=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAFAB is #125054. Grayscale: #C1C1C1. Windows color (decimal): -1200213 or 11251693. OLE color: 11251693.
HSL color Cylindrical-coordinate representation of color #EDAFAB: hue angle of 3.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAFAB is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 171 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.07 |
| HSL | 3.64º | 0.65% | 0.8% | - |
| HSV(B) | 3.64º | 0.28% | 0.93% | - |
| XYZ | 57.61 | 51.6 | 45.45 | - |
| YUV | 193.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 171 | 0 | 0.26 | 0.28 | 0.07 | 3.64 | 0.65 | 0.8 |
| Hex | ED | AF | AB | 0 | 1A | 1C | 7 | 4 | 41 | 50 |
| Octal | 355 | 257 | 253 | 0 | 32 | 34 | 7 | 4 | 101 | 120 |
| Binary | 11101101 | 10101111 | 10101011 | 0 | 11010 | 11100 | 111 | 100 | 1000001 | 1010000 |
Color Harmonies of #EDAFAB
Complementary color
Monochromatic Colors of #EDAFAB
Black with #EDAFAB
Text Example
Text Example
White with #EDAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFAB; }
p { color: rgb(237,175,171); }
H1.HeaderClassName
{
color: #EDAFAB;
}
.AnyTagClassName
{
color: #EDAFAB;
}
</style>
background-color css
<style>
a { background-color: #EDAFAB; }
a { background-color: rgb(237,175,171); }
div.DivClassName
{
background-color: #EDAFAB;
}
.BgClassName
{
background-color: #EDAFAB;
}
</style>
border-color css
<style>
span { border-color: #EDAFAB; }
span { border-color: rgb(237,175,171); }
td.TdClassName
{
border-color: #EDAFAB;
}
.TagClassName
{
border-color: #EDAFAB;
}
</style>