Shades of Scandal #ADD1C9
Tints of Scandal #ADD1C9
RGB
CMYK
RGB Variations
Color information
#ADD1C9 (or 0xADD1C9) is known color: Scandal. HEX triplet: AD, D1 and C9. RGB value is (173,209,201). Sum of RGB (Red+Green+Blue) = 173+209+201=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1C9 is #522E36. Grayscale: #C5C5C5. Windows color (decimal): -5385783 or 13226413. OLE color: 13226413.
HSL color Cylindrical-coordinate representation of color #ADD1C9: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1C9 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 201 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.18 |
| HSL | 166.67º | 0.28% | 0.75% | - |
| HSV(B) | 166.67º | 0.17% | 0.82% | - |
| XYZ | 50.58 | 58.7 | 63.92 | - |
| YUV | 197.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 201 | 0.17 | 0 | 0.04 | 0.18 | 166.67 | 0.28 | 0.75 |
| Hex | AD | D1 | C9 | 11 | 0 | 4 | 12 | A7 | 1C | 4B |
| Octal | 255 | 321 | 311 | 21 | 0 | 4 | 22 | 247 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11001001 | 10001 | 0 | 100 | 10010 | 10100111 | 11100 | 1001011 |
Color Harmonies of #ADD1C9
Complementary color
Monochromatic Colors of #ADD1C9
Black with #ADD1C9
Text Example
Text Example
White with #ADD1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1C9; }
p { color: rgb(173,209,201); }
H1.HeaderClassName
{
color: #ADD1C9;
}
.AnyTagClassName
{
color: #ADD1C9;
}
</style>
background-color css
<style>
a { background-color: #ADD1C9; }
a { background-color: rgb(173,209,201); }
div.DivClassName
{
background-color: #ADD1C9;
}
.BgClassName
{
background-color: #ADD1C9;
}
</style>
border-color css
<style>
span { border-color: #ADD1C9; }
span { border-color: rgb(173,209,201); }
td.TdClassName
{
border-color: #ADD1C9;
}
.TagClassName
{
border-color: #ADD1C9;
}
</style>