Shades of Scandal #ADD4C9
Tints of Scandal #ADD4C9
RGB
CMYK
RGB Variations
Color information
#ADD4C9 (or 0xADD4C9) is known color: Scandal. HEX triplet: AD, D4 and C9. RGB value is (173,212,201). Sum of RGB (Red+Green+Blue) = 173+212+201=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4C9 is #522B36. Grayscale: #C7C7C7. Windows color (decimal): -5385015 or 13227181. OLE color: 13227181.
HSL color Cylindrical-coordinate representation of color #ADD4C9: hue angle of 163.08º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4C9 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 201 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.17 |
| HSL | 163.08º | 0.31% | 0.75% | - |
| HSV(B) | 163.08º | 0.18% | 0.83% | - |
| XYZ | 51.32 | 60.19 | 64.17 | - |
| YUV | 199.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 201 | 0.18 | 0 | 0.05 | 0.17 | 163.08 | 0.31 | 0.75 |
| Hex | AD | D4 | C9 | 12 | 0 | 5 | 11 | A3 | 1F | 4B |
| Octal | 255 | 324 | 311 | 22 | 0 | 5 | 21 | 243 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11001001 | 10010 | 0 | 101 | 10001 | 10100011 | 11111 | 1001011 |
Color Harmonies of #ADD4C9
Complementary color
Monochromatic Colors of #ADD4C9
Black with #ADD4C9
Text Example
Text Example
White with #ADD4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4C9; }
p { color: rgb(173,212,201); }
H1.HeaderClassName
{
color: #ADD4C9;
}
.AnyTagClassName
{
color: #ADD4C9;
}
</style>
background-color css
<style>
a { background-color: #ADD4C9; }
a { background-color: rgb(173,212,201); }
div.DivClassName
{
background-color: #ADD4C9;
}
.BgClassName
{
background-color: #ADD4C9;
}
</style>
border-color css
<style>
span { border-color: #ADD4C9; }
span { border-color: rgb(173,212,201); }
td.TdClassName
{
border-color: #ADD4C9;
}
.TagClassName
{
border-color: #ADD4C9;
}
</style>