Shades of Scandal #ADD6C9
Tints of Scandal #ADD6C9
RGB
CMYK
RGB Variations
Color information
#ADD6C9 (or 0xADD6C9) is known color: Scandal. HEX triplet: AD, D6 and C9. RGB value is (173,214,201). Sum of RGB (Red+Green+Blue) = 173+214+201=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C9 is #522936. Grayscale: #C8C8C8. Windows color (decimal): -5384503 or 13227693. OLE color: 13227693.
HSL color Cylindrical-coordinate representation of color #ADD6C9: hue angle of 160.98º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6C9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 201 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.16 |
| HSL | 160.98º | 0.33% | 0.76% | - |
| HSV(B) | 160.98º | 0.19% | 0.84% | - |
| XYZ | 51.82 | 61.19 | 64.34 | - |
| YUV | 200.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 201 | 0.19 | 0 | 0.06 | 0.16 | 160.98 | 0.33 | 0.76 |
| Hex | AD | D6 | C9 | 13 | 0 | 6 | 10 | A1 | 21 | 4C |
| Octal | 255 | 326 | 311 | 23 | 0 | 6 | 20 | 241 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11001001 | 10011 | 0 | 110 | 10000 | 10100001 | 100001 | 1001100 |
Color Harmonies of #ADD6C9
Complementary color
Monochromatic Colors of #ADD6C9
Black with #ADD6C9
Text Example
Text Example
White with #ADD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6C9; }
p { color: rgb(173,214,201); }
H1.HeaderClassName
{
color: #ADD6C9;
}
.AnyTagClassName
{
color: #ADD6C9;
}
</style>
background-color css
<style>
a { background-color: #ADD6C9; }
a { background-color: rgb(173,214,201); }
div.DivClassName
{
background-color: #ADD6C9;
}
.BgClassName
{
background-color: #ADD6C9;
}
</style>
border-color css
<style>
span { border-color: #ADD6C9; }
span { border-color: rgb(173,214,201); }
td.TdClassName
{
border-color: #ADD6C9;
}
.TagClassName
{
border-color: #ADD6C9;
}
</style>