Shades of Scandal #ADD8D0
Tints of Scandal #ADD8D0
RGB
CMYK
RGB Variations
Color information
#ADD8D0 (or 0xADD8D0) is known color: Scandal. HEX triplet: AD, D8 and D0. RGB value is (173,216,208). Sum of RGB (Red+Green+Blue) = 173+216+208=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8D0 is #52272F. Grayscale: #CACACA. Windows color (decimal): -5383984 or 13686957. OLE color: 13686957.
HSL color Cylindrical-coordinate representation of color #ADD8D0: hue angle of 168.84º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8D0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 208 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.15 |
| HSL | 168.84º | 0.36% | 0.76% | - |
| HSV(B) | 168.84º | 0.2% | 0.85% | - |
| XYZ | 53.17 | 62.55 | 68.95 | - |
| YUV | 202.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 208 | 0.20 | 0 | 0.04 | 0.15 | 168.84 | 0.36 | 0.76 |
| Hex | AD | D8 | D0 | 14 | 0 | 4 | F | A9 | 24 | 4C |
| Octal | 255 | 330 | 320 | 24 | 0 | 4 | 17 | 251 | 44 | 114 |
| Binary | 10101101 | 11011000 | 11010000 | 10100 | 0 | 100 | 1111 | 10101001 | 100100 | 1001100 |
Color Harmonies of #ADD8D0
Complementary color
Monochromatic Colors of #ADD8D0
Black with #ADD8D0
Text Example
Text Example
White with #ADD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8D0; }
p { color: rgb(173,216,208); }
H1.HeaderClassName
{
color: #ADD8D0;
}
.AnyTagClassName
{
color: #ADD8D0;
}
</style>
background-color css
<style>
a { background-color: #ADD8D0; }
a { background-color: rgb(173,216,208); }
div.DivClassName
{
background-color: #ADD8D0;
}
.BgClassName
{
background-color: #ADD8D0;
}
</style>
border-color css
<style>
span { border-color: #ADD8D0; }
span { border-color: rgb(173,216,208); }
td.TdClassName
{
border-color: #ADD8D0;
}
.TagClassName
{
border-color: #ADD8D0;
}
</style>