Shades of Scandal #9EE1D2
Tints of Scandal #9EE1D2
RGB
CMYK
RGB Variations
Color information
#9EE1D2 (or 0x9EE1D2) is known color: Scandal. HEX triplet: 9E, E1 and D2. RGB value is (158,225,210). Sum of RGB (Red+Green+Blue) = 158+225+210=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1D2 is #611E2D. Grayscale: #CBCBCB. Windows color (decimal): -6364718 or 13820318. OLE color: 13820318.
HSL color Cylindrical-coordinate representation of color #9EE1D2: hue angle of 166.57º 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 #9EE1D2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 210 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.12 |
| HSL | 166.57º | 0.53% | 0.75% | - |
| HSV(B) | 166.57º | 0.3% | 0.88% | - |
| XYZ | 52.66 | 65.77 | 70.89 | - |
| YUV | 203.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 210 | 0.30 | 0 | 0.07 | 0.12 | 166.57 | 0.53 | 0.75 |
| Hex | 9E | E1 | D2 | 1E | 0 | 7 | C | A7 | 35 | 4B |
| Octal | 236 | 341 | 322 | 36 | 0 | 7 | 14 | 247 | 65 | 113 |
| Binary | 10011110 | 11100001 | 11010010 | 11110 | 0 | 111 | 1100 | 10100111 | 110101 | 1001011 |
Color Harmonies of #9EE1D2
Complementary color
Monochromatic Colors of #9EE1D2
Black with #9EE1D2
Text Example
Text Example
White with #9EE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1D2; }
p { color: rgb(158,225,210); }
H1.HeaderClassName
{
color: #9EE1D2;
}
.AnyTagClassName
{
color: #9EE1D2;
}
</style>
background-color css
<style>
a { background-color: #9EE1D2; }
a { background-color: rgb(158,225,210); }
div.DivClassName
{
background-color: #9EE1D2;
}
.BgClassName
{
background-color: #9EE1D2;
}
</style>
border-color css
<style>
span { border-color: #9EE1D2; }
span { border-color: rgb(158,225,210); }
td.TdClassName
{
border-color: #9EE1D2;
}
.TagClassName
{
border-color: #9EE1D2;
}
</style>