Shades of Edward #9DB2A0
Tints of Edward #9DB2A0
RGB
CMYK
RGB Variations
Color information
#9DB2A0 (or 0x9DB2A0) is known color: Edward. HEX triplet: 9D, B2 and A0. RGB value is (157,178,160). Sum of RGB (Red+Green+Blue) = 157+178+160=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2A0 is #624D5F. Grayscale: #A9A9A9. Windows color (decimal): -6442336 or 10531485. OLE color: 10531485.
HSL color Cylindrical-coordinate representation of color #9DB2A0: hue angle of 128.57º degrees, saturation: 0.12, 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 #9DB2A0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
RGB | 157 | 178 | 160 | - |
CMYK | 0.12 | 0 | 0.10 | 0.30 |
HSL | 128.57º | 0.12% | 0.66% | - |
HSV(B) | 128.57º | 0.12% | 0.7% | - |
XYZ | 36.17 | 41.55 | 39.37 | - |
YUV | 169.67 | 122.54 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 178 | 160 | 0.12 | 0 | 0.10 | 0.30 | 128.57 | 0.12 | 0.66 |
Hex | 9D | B2 | A0 | C | 0 | A | 1E | 81 | C | 42 |
Octal | 235 | 262 | 240 | 14 | 0 | 12 | 36 | 201 | 14 | 102 |
Binary | 10011101 | 10110010 | 10100000 | 1100 | 0 | 1010 | 11110 | 10000001 | 1100 | 1000010 |
Color Harmonies of #9DB2A0
Complementary color
Monochromatic Colors of #9DB2A0
Black with #9DB2A0
Text Example
Text Example
White with #9DB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB2A0; }
p { color: rgb(157,178,160); }
H1.HeaderClassName
{
color: #9DB2A0;
}
.AnyTagClassName
{
color: #9DB2A0;
}
</style>
background-color css
<style>
a { background-color: #9DB2A0; }
a { background-color: rgb(157,178,160); }
div.DivClassName
{
background-color: #9DB2A0;
}
.BgClassName
{
background-color: #9DB2A0;
}
</style>
border-color css
<style>
span { border-color: #9DB2A0; }
span { border-color: rgb(157,178,160); }
td.TdClassName
{
border-color: #9DB2A0;
}
.TagClassName
{
border-color: #9DB2A0;
}
</style>