Shades of Scandal #9FDECD
Tints of Scandal #9FDECD
RGB
CMYK
RGB Variations
Color information
#9FDECD (or 0x9FDECD) is known color: Scandal. HEX triplet: 9F, DE and CD. RGB value is (159,222,205). Sum of RGB (Red+Green+Blue) = 159+222+205=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDECD is #602132. Grayscale: #C9C9C9. Windows color (decimal): -6299955 or 13491871. OLE color: 13491871.
HSL color Cylindrical-coordinate representation of color #9FDECD: hue angle of 163.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDECD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 205 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.13 |
| HSL | 163.81º | 0.49% | 0.75% | - |
| HSV(B) | 163.81º | 0.28% | 0.87% | - |
| XYZ | 51.44 | 64.02 | 67.4 | - |
| YUV | 201.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 205 | 0.28 | 0 | 0.08 | 0.13 | 163.81 | 0.49 | 0.75 |
| Hex | 9F | DE | CD | 1C | 0 | 8 | D | A4 | 31 | 4B |
| Octal | 237 | 336 | 315 | 34 | 0 | 10 | 15 | 244 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11001101 | 11100 | 0 | 1000 | 1101 | 10100100 | 110001 | 1001011 |
Color Harmonies of #9FDECD
Complementary color
Monochromatic Colors of #9FDECD
Black with #9FDECD
Text Example
Text Example
White with #9FDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDECD; }
p { color: rgb(159,222,205); }
H1.HeaderClassName
{
color: #9FDECD;
}
.AnyTagClassName
{
color: #9FDECD;
}
</style>
background-color css
<style>
a { background-color: #9FDECD; }
a { background-color: rgb(159,222,205); }
div.DivClassName
{
background-color: #9FDECD;
}
.BgClassName
{
background-color: #9FDECD;
}
</style>
border-color css
<style>
span { border-color: #9FDECD; }
span { border-color: rgb(159,222,205); }
td.TdClassName
{
border-color: #9FDECD;
}
.TagClassName
{
border-color: #9FDECD;
}
</style>