Shades of Scandal #9DDFCD
Tints of Scandal #9DDFCD
RGB
CMYK
RGB Variations
Color information
#9DDFCD (or 0x9DDFCD) is known color: Scandal. HEX triplet: 9D, DF and CD. RGB value is (157,223,205). Sum of RGB (Red+Green+Blue) = 157+223+205=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFCD is #622032. Grayscale: #C9C9C9. Windows color (decimal): -6430771 or 13492125. OLE color: 13492125.
HSL color Cylindrical-coordinate representation of color #9DDFCD: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFCD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 205 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.13 |
| HSL | 163.64º | 0.51% | 0.75% | - |
| HSV(B) | 163.64º | 0.3% | 0.87% | - |
| XYZ | 51.31 | 64.35 | 67.47 | - |
| YUV | 201.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 205 | 0.30 | 0 | 0.08 | 0.13 | 163.64 | 0.51 | 0.75 |
| Hex | 9D | DF | CD | 1E | 0 | 8 | D | A4 | 33 | 4B |
| Octal | 235 | 337 | 315 | 36 | 0 | 10 | 15 | 244 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11001101 | 11110 | 0 | 1000 | 1101 | 10100100 | 110011 | 1001011 |
Color Harmonies of #9DDFCD
Complementary color
Monochromatic Colors of #9DDFCD
Black with #9DDFCD
Text Example
Text Example
White with #9DDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFCD; }
p { color: rgb(157,223,205); }
H1.HeaderClassName
{
color: #9DDFCD;
}
.AnyTagClassName
{
color: #9DDFCD;
}
</style>
background-color css
<style>
a { background-color: #9DDFCD; }
a { background-color: rgb(157,223,205); }
div.DivClassName
{
background-color: #9DDFCD;
}
.BgClassName
{
background-color: #9DDFCD;
}
</style>
border-color css
<style>
span { border-color: #9DDFCD; }
span { border-color: rgb(157,223,205); }
td.TdClassName
{
border-color: #9DDFCD;
}
.TagClassName
{
border-color: #9DDFCD;
}
</style>