Shades of Scandal #A7D8C9
Tints of Scandal #A7D8C9
RGB
CMYK
RGB Variations
Color information
#A7D8C9 (or 0xA7D8C9) is known color: Scandal. HEX triplet: A7, D8 and C9. RGB value is (167,216,201). Sum of RGB (Red+Green+Blue) = 167+216+201=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8C9 is #582736. Grayscale: #C7C7C7. Windows color (decimal): -5777207 or 13228199. OLE color: 13228199.
HSL color Cylindrical-coordinate representation of color #A7D8C9: hue angle of 161.63º 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 #A7D8C9 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 201 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.15 |
| HSL | 161.63º | 0.39% | 0.75% | - |
| HSV(B) | 161.63º | 0.23% | 0.85% | - |
| XYZ | 51.03 | 61.54 | 64.45 | - |
| YUV | 199.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 201 | 0.23 | 0 | 0.07 | 0.15 | 161.63 | 0.39 | 0.75 |
| Hex | A7 | D8 | C9 | 17 | 0 | 7 | F | A2 | 27 | 4B |
| Octal | 247 | 330 | 311 | 27 | 0 | 7 | 17 | 242 | 47 | 113 |
| Binary | 10100111 | 11011000 | 11001001 | 10111 | 0 | 111 | 1111 | 10100010 | 100111 | 1001011 |
Color Harmonies of #A7D8C9
Complementary color
Monochromatic Colors of #A7D8C9
Black with #A7D8C9
Text Example
Text Example
White with #A7D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D8C9; }
p { color: rgb(167,216,201); }
H1.HeaderClassName
{
color: #A7D8C9;
}
.AnyTagClassName
{
color: #A7D8C9;
}
</style>
background-color css
<style>
a { background-color: #A7D8C9; }
a { background-color: rgb(167,216,201); }
div.DivClassName
{
background-color: #A7D8C9;
}
.BgClassName
{
background-color: #A7D8C9;
}
</style>
border-color css
<style>
span { border-color: #A7D8C9; }
span { border-color: rgb(167,216,201); }
td.TdClassName
{
border-color: #A7D8C9;
}
.TagClassName
{
border-color: #A7D8C9;
}
</style>