Shades of Scandal #9EE1D1
Tints of Scandal #9EE1D1
RGB
CMYK
RGB Variations
Color information
#9EE1D1 (or 0x9EE1D1) is known color: Scandal. HEX triplet: 9E, E1 and D1. RGB value is (158,225,209). Sum of RGB (Red+Green+Blue) = 158+225+209=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1D1 is #611E2E. Grayscale: #CBCBCB. Windows color (decimal): -6364719 or 13754782. OLE color: 13754782.
HSL color Cylindrical-coordinate representation of color #9EE1D1: hue angle of 165.67º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1D1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 209 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.12 |
| HSL | 165.67º | 0.53% | 0.75% | - |
| HSV(B) | 165.67º | 0.3% | 0.88% | - |
| XYZ | 52.53 | 65.72 | 70.24 | - |
| YUV | 203.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 209 | 0.30 | 0 | 0.07 | 0.12 | 165.67 | 0.53 | 0.75 |
| Hex | 9E | E1 | D1 | 1E | 0 | 7 | C | A6 | 35 | 4B |
| Octal | 236 | 341 | 321 | 36 | 0 | 7 | 14 | 246 | 65 | 113 |
| Binary | 10011110 | 11100001 | 11010001 | 11110 | 0 | 111 | 1100 | 10100110 | 110101 | 1001011 |
Color Harmonies of #9EE1D1
Complementary color
Monochromatic Colors of #9EE1D1
Black with #9EE1D1
Text Example
Text Example
White with #9EE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1D1; }
p { color: rgb(158,225,209); }
H1.HeaderClassName
{
color: #9EE1D1;
}
.AnyTagClassName
{
color: #9EE1D1;
}
</style>
background-color css
<style>
a { background-color: #9EE1D1; }
a { background-color: rgb(158,225,209); }
div.DivClassName
{
background-color: #9EE1D1;
}
.BgClassName
{
background-color: #9EE1D1;
}
</style>
border-color css
<style>
span { border-color: #9EE1D1; }
span { border-color: rgb(158,225,209); }
td.TdClassName
{
border-color: #9EE1D1;
}
.TagClassName
{
border-color: #9EE1D1;
}
</style>