Shades of Edward #9CAF9E
Tints of Edward #9CAF9E
RGB
CMYK
RGB Variations
Color information
#9CAF9E (or 0x9CAF9E) is known color: Edward. HEX triplet: 9C, AF and 9E. RGB value is (156,175,158). Sum of RGB (Red+Green+Blue) = 156+175+158=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF9E is #635061. Grayscale: #A7A7A7. Windows color (decimal): -6508642 or 10399644. OLE color: 10399644.
HSL color Cylindrical-coordinate representation of color #9CAF9E: hue angle of 126.32º 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 #9CAF9E is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 158 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.31 |
| HSL | 126.32º | 0.11% | 0.65% | - |
| HSV(B) | 126.32º | 0.11% | 0.69% | - |
| XYZ | 35.21 | 40.2 | 38.25 | - |
| YUV | 167.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 158 | 0.11 | 0 | 0.10 | 0.31 | 126.32 | 0.11 | 0.65 |
| Hex | 9C | AF | 9E | B | 0 | A | 1F | 7E | B | 41 |
| Octal | 234 | 257 | 236 | 13 | 0 | 12 | 37 | 176 | 13 | 101 |
| Binary | 10011100 | 10101111 | 10011110 | 1011 | 0 | 1010 | 11111 | 1111110 | 1011 | 1000001 |
Color Harmonies of #9CAF9E
Complementary color
Monochromatic Colors of #9CAF9E
Black with #9CAF9E
Text Example
Text Example
White with #9CAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF9E; }
p { color: rgb(156,175,158); }
H1.HeaderClassName
{
color: #9CAF9E;
}
.AnyTagClassName
{
color: #9CAF9E;
}
</style>
background-color css
<style>
a { background-color: #9CAF9E; }
a { background-color: rgb(156,175,158); }
div.DivClassName
{
background-color: #9CAF9E;
}
.BgClassName
{
background-color: #9CAF9E;
}
</style>
border-color css
<style>
span { border-color: #9CAF9E; }
span { border-color: rgb(156,175,158); }
td.TdClassName
{
border-color: #9CAF9E;
}
.TagClassName
{
border-color: #9CAF9E;
}
</style>