Shades of Scandal #ADD8D4
Tints of Scandal #ADD8D4
RGB
CMYK
RGB Variations
Color information
#ADD8D4 (or 0xADD8D4) is known color: Scandal. HEX triplet: AD, D8 and D4. RGB value is (173,216,212). Sum of RGB (Red+Green+Blue) = 173+216+212=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8D4 is #52272B. Grayscale: #CACACA. Windows color (decimal): -5383980 or 13949101. OLE color: 13949101.
HSL color Cylindrical-coordinate representation of color #ADD8D4: hue angle of 174.42º 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 #ADD8D4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 212 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.15 |
| HSL | 174.42º | 0.36% | 0.76% | - |
| HSV(B) | 174.42º | 0.2% | 0.85% | - |
| XYZ | 53.67 | 62.75 | 71.57 | - |
| YUV | 202.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 212 | 0.20 | 0 | 0.02 | 0.15 | 174.42 | 0.36 | 0.76 |
| Hex | AD | D8 | D4 | 14 | 0 | 2 | F | AE | 24 | 4C |
| Octal | 255 | 330 | 324 | 24 | 0 | 2 | 17 | 256 | 44 | 114 |
| Binary | 10101101 | 11011000 | 11010100 | 10100 | 0 | 10 | 1111 | 10101110 | 100100 | 1001100 |
Color Harmonies of #ADD8D4
Complementary color
Monochromatic Colors of #ADD8D4
Black with #ADD8D4
Text Example
Text Example
White with #ADD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8D4; }
p { color: rgb(173,216,212); }
H1.HeaderClassName
{
color: #ADD8D4;
}
.AnyTagClassName
{
color: #ADD8D4;
}
</style>
background-color css
<style>
a { background-color: #ADD8D4; }
a { background-color: rgb(173,216,212); }
div.DivClassName
{
background-color: #ADD8D4;
}
.BgClassName
{
background-color: #ADD8D4;
}
</style>
border-color css
<style>
span { border-color: #ADD8D4; }
span { border-color: rgb(173,216,212); }
td.TdClassName
{
border-color: #ADD8D4;
}
.TagClassName
{
border-color: #ADD8D4;
}
</style>