Shades of Chinook #9EDAAD
Tints of Chinook #9EDAAD
RGB
CMYK
RGB Variations
Color information
#9EDAAD (or 0x9EDAAD) is known color: Chinook. HEX triplet: 9E, DA and AD. RGB value is (158,218,173). Sum of RGB (Red+Green+Blue) = 158+218+173=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDAAD is #612552. Grayscale: #C3C3C3. Windows color (decimal): -6366547 or 11393694. OLE color: 11393694.
HSL color Cylindrical-coordinate representation of color #9EDAAD: hue angle of 135º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAAD is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 173 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.15 |
| HSL | 135º | 0.45% | 0.74% | - |
| HSV(B) | 135º | 0.28% | 0.85% | - |
| XYZ | 46.71 | 60.43 | 48.74 | - |
| YUV | 194.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 173 | 0.28 | 0 | 0.21 | 0.15 | 135 | 0.45 | 0.74 |
| Hex | 9E | DA | AD | 1C | 0 | 15 | F | 87 | 2D | 4A |
| Octal | 236 | 332 | 255 | 34 | 0 | 25 | 17 | 207 | 55 | 112 |
| Binary | 10011110 | 11011010 | 10101101 | 11100 | 0 | 10101 | 1111 | 10000111 | 101101 | 1001010 |
Color Harmonies of #9EDAAD
Complementary color
Monochromatic Colors of #9EDAAD
Black with #9EDAAD
Text Example
Text Example
White with #9EDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDAAD; }
p { color: rgb(158,218,173); }
H1.HeaderClassName
{
color: #9EDAAD;
}
.AnyTagClassName
{
color: #9EDAAD;
}
</style>
background-color css
<style>
a { background-color: #9EDAAD; }
a { background-color: rgb(158,218,173); }
div.DivClassName
{
background-color: #9EDAAD;
}
.BgClassName
{
background-color: #9EDAAD;
}
</style>
border-color css
<style>
span { border-color: #9EDAAD; }
span { border-color: rgb(158,218,173); }
td.TdClassName
{
border-color: #9EDAAD;
}
.TagClassName
{
border-color: #9EDAAD;
}
</style>