Shades of Scandal #9FDECC
Tints of Scandal #9FDECC
RGB
CMYK
RGB Variations
Color information
#9FDECC (or 0x9FDECC) is known color: Scandal. HEX triplet: 9F, DE and CC. RGB value is (159,222,204). Sum of RGB (Red+Green+Blue) = 159+222+204=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDECC is #602133. Grayscale: #C9C9C9. Windows color (decimal): -6299956 or 13426335. OLE color: 13426335.
HSL color Cylindrical-coordinate representation of color #9FDECC: hue angle of 162.86º 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 #9FDECC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 204 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.13 |
| HSL | 162.86º | 0.49% | 0.75% | - |
| HSV(B) | 162.86º | 0.28% | 0.87% | - |
| XYZ | 51.32 | 63.97 | 66.77 | - |
| YUV | 201.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 204 | 0.28 | 0 | 0.08 | 0.13 | 162.86 | 0.49 | 0.75 |
| Hex | 9F | DE | CC | 1C | 0 | 8 | D | A3 | 31 | 4B |
| Octal | 237 | 336 | 314 | 34 | 0 | 10 | 15 | 243 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11001100 | 11100 | 0 | 1000 | 1101 | 10100011 | 110001 | 1001011 |
Color Harmonies of #9FDECC
Complementary color
Monochromatic Colors of #9FDECC
Black with #9FDECC
Text Example
Text Example
White with #9FDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDECC; }
p { color: rgb(159,222,204); }
H1.HeaderClassName
{
color: #9FDECC;
}
.AnyTagClassName
{
color: #9FDECC;
}
</style>
background-color css
<style>
a { background-color: #9FDECC; }
a { background-color: rgb(159,222,204); }
div.DivClassName
{
background-color: #9FDECC;
}
.BgClassName
{
background-color: #9FDECC;
}
</style>
border-color css
<style>
span { border-color: #9FDECC; }
span { border-color: rgb(159,222,204); }
td.TdClassName
{
border-color: #9FDECC;
}
.TagClassName
{
border-color: #9FDECC;
}
</style>