Shades of Scandal #ADD0C9
Tints of Scandal #ADD0C9
RGB
CMYK
RGB Variations
Color information
#ADD0C9 (or 0xADD0C9) is known color: Scandal. HEX triplet: AD, D0 and C9. RGB value is (173,208,201). Sum of RGB (Red+Green+Blue) = 173+208+201=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C9 is #522F36. Grayscale: #C4C4C4. Windows color (decimal): -5386039 or 13226157. OLE color: 13226157.
HSL color Cylindrical-coordinate representation of color #ADD0C9: hue angle of 168º degrees, saturation: 0.27, 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 #ADD0C9 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 201 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 168º | 0.27% | 0.75% | - |
| HSV(B) | 168º | 0.17% | 0.82% | - |
| XYZ | 50.33 | 58.21 | 63.84 | - |
| YUV | 196.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 201 | 0.17 | 0 | 0.03 | 0.18 | 168 | 0.27 | 0.75 |
| Hex | AD | D0 | C9 | 11 | 0 | 3 | 12 | A8 | 1B | 4B |
| Octal | 255 | 320 | 311 | 21 | 0 | 3 | 22 | 250 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11001001 | 10001 | 0 | 11 | 10010 | 10101000 | 11011 | 1001011 |
Color Harmonies of #ADD0C9
Complementary color
Monochromatic Colors of #ADD0C9
Black with #ADD0C9
Text Example
Text Example
White with #ADD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0C9; }
p { color: rgb(173,208,201); }
H1.HeaderClassName
{
color: #ADD0C9;
}
.AnyTagClassName
{
color: #ADD0C9;
}
</style>
background-color css
<style>
a { background-color: #ADD0C9; }
a { background-color: rgb(173,208,201); }
div.DivClassName
{
background-color: #ADD0C9;
}
.BgClassName
{
background-color: #ADD0C9;
}
</style>
border-color css
<style>
span { border-color: #ADD0C9; }
span { border-color: rgb(173,208,201); }
td.TdClassName
{
border-color: #ADD0C9;
}
.TagClassName
{
border-color: #ADD0C9;
}
</style>