Shades of Edward #9DB3A1
Tints of Edward #9DB3A1
RGB
CMYK
RGB Variations
Color information
#9DB3A1 (or 0x9DB3A1) is known color: Edward. HEX triplet: 9D, B3 and A1. RGB value is (157,179,161). Sum of RGB (Red+Green+Blue) = 157+179+161=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3A1 is #624C5E. Grayscale: #AAAAAA. Windows color (decimal): -6442079 or 10597277. OLE color: 10597277.
HSL color Cylindrical-coordinate representation of color #9DB3A1: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3A1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 161 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.30 |
| HSL | 130.91º | 0.13% | 0.66% | - |
| HSV(B) | 130.91º | 0.12% | 0.7% | - |
| XYZ | 36.46 | 41.98 | 39.9 | - |
| YUV | 170.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 161 | 0.12 | 0 | 0.10 | 0.30 | 130.91 | 0.13 | 0.66 |
| Hex | 9D | B3 | A1 | C | 0 | A | 1E | 83 | D | 42 |
| Octal | 235 | 263 | 241 | 14 | 0 | 12 | 36 | 203 | 15 | 102 |
| Binary | 10011101 | 10110011 | 10100001 | 1100 | 0 | 1010 | 11110 | 10000011 | 1101 | 1000010 |
Color Harmonies of #9DB3A1
Complementary color
Monochromatic Colors of #9DB3A1
Black with #9DB3A1
Text Example
Text Example
White with #9DB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3A1; }
p { color: rgb(157,179,161); }
H1.HeaderClassName
{
color: #9DB3A1;
}
.AnyTagClassName
{
color: #9DB3A1;
}
</style>
background-color css
<style>
a { background-color: #9DB3A1; }
a { background-color: rgb(157,179,161); }
div.DivClassName
{
background-color: #9DB3A1;
}
.BgClassName
{
background-color: #9DB3A1;
}
</style>
border-color css
<style>
span { border-color: #9DB3A1; }
span { border-color: rgb(157,179,161); }
td.TdClassName
{
border-color: #9DB3A1;
}
.TagClassName
{
border-color: #9DB3A1;
}
</style>