Shades of Scandal #9DDECD
Tints of Scandal #9DDECD
RGB
CMYK
RGB Variations
Color information
#9DDECD (or 0x9DDECD) is known color: Scandal. HEX triplet: 9D, DE and CD. RGB value is (157,222,205). Sum of RGB (Red+Green+Blue) = 157+222+205=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDECD is #622132. Grayscale: #C8C8C8. Windows color (decimal): -6431027 or 13491869. OLE color: 13491869.
HSL color Cylindrical-coordinate representation of color #9DDECD: hue angle of 164.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDECD is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 205 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.13 |
| HSL | 164.31º | 0.5% | 0.74% | - |
| HSV(B) | 164.31º | 0.29% | 0.87% | - |
| XYZ | 51.05 | 63.82 | 67.39 | - |
| YUV | 200.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 205 | 0.29 | 0 | 0.08 | 0.13 | 164.31 | 0.5 | 0.74 |
| Hex | 9D | DE | CD | 1D | 0 | 8 | D | A4 | 32 | 4A |
| Octal | 235 | 336 | 315 | 35 | 0 | 10 | 15 | 244 | 62 | 112 |
| Binary | 10011101 | 11011110 | 11001101 | 11101 | 0 | 1000 | 1101 | 10100100 | 110010 | 1001010 |
Color Harmonies of #9DDECD
Complementary color
Monochromatic Colors of #9DDECD
Black with #9DDECD
Text Example
Text Example
White with #9DDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDECD; }
p { color: rgb(157,222,205); }
H1.HeaderClassName
{
color: #9DDECD;
}
.AnyTagClassName
{
color: #9DDECD;
}
</style>
background-color css
<style>
a { background-color: #9DDECD; }
a { background-color: rgb(157,222,205); }
div.DivClassName
{
background-color: #9DDECD;
}
.BgClassName
{
background-color: #9DDECD;
}
</style>
border-color css
<style>
span { border-color: #9DDECD; }
span { border-color: rgb(157,222,205); }
td.TdClassName
{
border-color: #9DDECD;
}
.TagClassName
{
border-color: #9DDECD;
}
</style>