Shades of Scandal #A7D8C7
Tints of Scandal #A7D8C7
RGB
CMYK
RGB Variations
Color information
#A7D8C7 (or 0xA7D8C7) is known color: Scandal. HEX triplet: A7, D8 and C7. RGB value is (167,216,199). Sum of RGB (Red+Green+Blue) = 167+216+199=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8C7 is #582738. Grayscale: #C7C7C7. Windows color (decimal): -5777209 or 13097127. OLE color: 13097127.
HSL color Cylindrical-coordinate representation of color #A7D8C7: hue angle of 159.18º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D8C7 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 199 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.15 |
| HSL | 159.18º | 0.39% | 0.75% | - |
| HSV(B) | 159.18º | 0.23% | 0.85% | - |
| XYZ | 50.8 | 61.45 | 63.22 | - |
| YUV | 199.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 199 | 0.23 | 0 | 0.08 | 0.15 | 159.18 | 0.39 | 0.75 |
| Hex | A7 | D8 | C7 | 17 | 0 | 8 | F | 9F | 27 | 4B |
| Octal | 247 | 330 | 307 | 27 | 0 | 10 | 17 | 237 | 47 | 113 |
| Binary | 10100111 | 11011000 | 11000111 | 10111 | 0 | 1000 | 1111 | 10011111 | 100111 | 1001011 |
Color Harmonies of #A7D8C7
Complementary color
Monochromatic Colors of #A7D8C7
Black with #A7D8C7
Text Example
Text Example
White with #A7D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D8C7; }
p { color: rgb(167,216,199); }
H1.HeaderClassName
{
color: #A7D8C7;
}
.AnyTagClassName
{
color: #A7D8C7;
}
</style>
background-color css
<style>
a { background-color: #A7D8C7; }
a { background-color: rgb(167,216,199); }
div.DivClassName
{
background-color: #A7D8C7;
}
.BgClassName
{
background-color: #A7D8C7;
}
</style>
border-color css
<style>
span { border-color: #A7D8C7; }
span { border-color: rgb(167,216,199); }
td.TdClassName
{
border-color: #A7D8C7;
}
.TagClassName
{
border-color: #A7D8C7;
}
</style>