Shades of Scandal #9DE1CE
Tints of Scandal #9DE1CE
RGB
CMYK
RGB Variations
Color information
#9DE1CE (or 0x9DE1CE) is known color: Scandal. HEX triplet: 9D, E1 and CE. RGB value is (157,225,206). Sum of RGB (Red+Green+Blue) = 157+225+206=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1CE is #621E31. Grayscale: #CACACA. Windows color (decimal): -6430258 or 13558173. OLE color: 13558173.
HSL color Cylindrical-coordinate representation of color #9DE1CE: hue angle of 163.24º 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 #9DE1CE is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 206 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.12 |
| HSL | 163.24º | 0.53% | 0.75% | - |
| HSV(B) | 163.24º | 0.3% | 0.88% | - |
| XYZ | 51.97 | 65.47 | 68.29 | - |
| YUV | 202.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 206 | 0.30 | 0 | 0.08 | 0.12 | 163.24 | 0.53 | 0.75 |
| Hex | 9D | E1 | CE | 1E | 0 | 8 | C | A3 | 35 | 4B |
| Octal | 235 | 341 | 316 | 36 | 0 | 10 | 14 | 243 | 65 | 113 |
| Binary | 10011101 | 11100001 | 11001110 | 11110 | 0 | 1000 | 1100 | 10100011 | 110101 | 1001011 |
Color Harmonies of #9DE1CE
Complementary color
Monochromatic Colors of #9DE1CE
Black with #9DE1CE
Text Example
Text Example
White with #9DE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1CE; }
p { color: rgb(157,225,206); }
H1.HeaderClassName
{
color: #9DE1CE;
}
.AnyTagClassName
{
color: #9DE1CE;
}
</style>
background-color css
<style>
a { background-color: #9DE1CE; }
a { background-color: rgb(157,225,206); }
div.DivClassName
{
background-color: #9DE1CE;
}
.BgClassName
{
background-color: #9DE1CE;
}
</style>
border-color css
<style>
span { border-color: #9DE1CE; }
span { border-color: rgb(157,225,206); }
td.TdClassName
{
border-color: #9DE1CE;
}
.TagClassName
{
border-color: #9DE1CE;
}
</style>