Shades of Scandal #9FDDCB
Tints of Scandal #9FDDCB
RGB
CMYK
RGB Variations
Color information
#9FDDCB (or 0x9FDDCB) is known color: Scandal. HEX triplet: 9F, DD and CB. RGB value is (159,221,203). Sum of RGB (Red+Green+Blue) = 159+221+203=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDCB is #602234. Grayscale: #C8C8C8. Windows color (decimal): -6300213 or 13360543. OLE color: 13360543.
HSL color Cylindrical-coordinate representation of color #9FDDCB: hue angle of 162.58º degrees, saturation: 0.48, 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 #9FDDCB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 203 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.13 |
| HSL | 162.58º | 0.48% | 0.75% | - |
| HSV(B) | 162.58º | 0.28% | 0.87% | - |
| XYZ | 50.93 | 63.4 | 66.05 | - |
| YUV | 200.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 203 | 0.28 | 0 | 0.08 | 0.13 | 162.58 | 0.48 | 0.75 |
| Hex | 9F | DD | CB | 1C | 0 | 8 | D | A3 | 30 | 4B |
| Octal | 237 | 335 | 313 | 34 | 0 | 10 | 15 | 243 | 60 | 113 |
| Binary | 10011111 | 11011101 | 11001011 | 11100 | 0 | 1000 | 1101 | 10100011 | 110000 | 1001011 |
Color Harmonies of #9FDDCB
Complementary color
Monochromatic Colors of #9FDDCB
Black with #9FDDCB
Text Example
Text Example
White with #9FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDCB; }
p { color: rgb(159,221,203); }
H1.HeaderClassName
{
color: #9FDDCB;
}
.AnyTagClassName
{
color: #9FDDCB;
}
</style>
background-color css
<style>
a { background-color: #9FDDCB; }
a { background-color: rgb(159,221,203); }
div.DivClassName
{
background-color: #9FDDCB;
}
.BgClassName
{
background-color: #9FDDCB;
}
</style>
border-color css
<style>
span { border-color: #9FDDCB; }
span { border-color: rgb(159,221,203); }
td.TdClassName
{
border-color: #9FDDCB;
}
.TagClassName
{
border-color: #9FDDCB;
}
</style>