Shades of Edward #9DB1A0
Tints of Edward #9DB1A0
RGB
CMYK
RGB Variations
Color information
#9DB1A0 (or 0x9DB1A0) is known color: Edward. HEX triplet: 9D, B1 and A0. RGB value is (157,177,160). Sum of RGB (Red+Green+Blue) = 157+177+160=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB1A0 is #624E5F. Grayscale: #A9A9A9. Windows color (decimal): -6442592 or 10531229. OLE color: 10531229.
HSL color Cylindrical-coordinate representation of color #9DB1A0: hue angle of 129º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB1A0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 160 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.31 |
| HSL | 129º | 0.11% | 0.65% | - |
| HSV(B) | 129º | 0.11% | 0.69% | - |
| XYZ | 35.97 | 41.15 | 39.3 | - |
| YUV | 169.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 160 | 0.11 | 0 | 0.10 | 0.31 | 129 | 0.11 | 0.65 |
| Hex | 9D | B1 | A0 | B | 0 | A | 1F | 81 | B | 41 |
| Octal | 235 | 261 | 240 | 13 | 0 | 12 | 37 | 201 | 13 | 101 |
| Binary | 10011101 | 10110001 | 10100000 | 1011 | 0 | 1010 | 11111 | 10000001 | 1011 | 1000001 |
Color Harmonies of #9DB1A0
Complementary color
Monochromatic Colors of #9DB1A0
Black with #9DB1A0
Text Example
Text Example
White with #9DB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB1A0; }
p { color: rgb(157,177,160); }
H1.HeaderClassName
{
color: #9DB1A0;
}
.AnyTagClassName
{
color: #9DB1A0;
}
</style>
background-color css
<style>
a { background-color: #9DB1A0; }
a { background-color: rgb(157,177,160); }
div.DivClassName
{
background-color: #9DB1A0;
}
.BgClassName
{
background-color: #9DB1A0;
}
</style>
border-color css
<style>
span { border-color: #9DB1A0; }
span { border-color: rgb(157,177,160); }
td.TdClassName
{
border-color: #9DB1A0;
}
.TagClassName
{
border-color: #9DB1A0;
}
</style>