Shades of Edward #9DADA0
Tints of Edward #9DADA0
RGB
CMYK
RGB Variations
Color information
#9DADA0 (or 0x9DADA0) is known color: Edward. HEX triplet: 9D, AD and A0. RGB value is (157,173,160). Sum of RGB (Red+Green+Blue) = 157+173+160=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADA0 is #62525F. Grayscale: #A6A6A6. Windows color (decimal): -6443616 or 10530205. OLE color: 10530205.
HSL color Cylindrical-coordinate representation of color #9DADA0: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DADA0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 160 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.32 |
| HSL | 131.25º | 0.09% | 0.65% | - |
| HSV(B) | 131.25º | 0.09% | 0.68% | - |
| XYZ | 35.19 | 39.59 | 39.05 | - |
| YUV | 166.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 160 | 0.09 | 0 | 0.08 | 0.32 | 131.25 | 0.09 | 0.65 |
| Hex | 9D | AD | A0 | 9 | 0 | 8 | 20 | 83 | 9 | 41 |
| Octal | 235 | 255 | 240 | 11 | 0 | 10 | 40 | 203 | 11 | 101 |
| Binary | 10011101 | 10101101 | 10100000 | 1001 | 0 | 1000 | 100000 | 10000011 | 1001 | 1000001 |
Color Harmonies of #9DADA0
Complementary color
Monochromatic Colors of #9DADA0
Black with #9DADA0
Text Example
Text Example
White with #9DADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADA0; }
p { color: rgb(157,173,160); }
H1.HeaderClassName
{
color: #9DADA0;
}
.AnyTagClassName
{
color: #9DADA0;
}
</style>
background-color css
<style>
a { background-color: #9DADA0; }
a { background-color: rgb(157,173,160); }
div.DivClassName
{
background-color: #9DADA0;
}
.BgClassName
{
background-color: #9DADA0;
}
</style>
border-color css
<style>
span { border-color: #9DADA0; }
span { border-color: rgb(157,173,160); }
td.TdClassName
{
border-color: #9DADA0;
}
.TagClassName
{
border-color: #9DADA0;
}
</style>