Shades of Scandal #A7D9D0
Tints of Scandal #A7D9D0
RGB
CMYK
RGB Variations
Color information
#A7D9D0 (or 0xA7D9D0) is known color: Scandal. HEX triplet: A7, D9 and D0. RGB value is (167,217,208). Sum of RGB (Red+Green+Blue) = 167+217+208=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9D0 is #58262F. Grayscale: #C9C9C9. Windows color (decimal): -5776944 or 13687207. OLE color: 13687207.
HSL color Cylindrical-coordinate representation of color #A7D9D0: hue angle of 169.2º degrees, saturation: 0.4, 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 #A7D9D0 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 208 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.15 |
| HSL | 169.2º | 0.4% | 0.75% | - |
| HSV(B) | 169.2º | 0.23% | 0.85% | - |
| XYZ | 52.13 | 62.4 | 68.97 | - |
| YUV | 201.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 208 | 0.23 | 0 | 0.04 | 0.15 | 169.2 | 0.4 | 0.75 |
| Hex | A7 | D9 | D0 | 17 | 0 | 4 | F | A9 | 28 | 4B |
| Octal | 247 | 331 | 320 | 27 | 0 | 4 | 17 | 251 | 50 | 113 |
| Binary | 10100111 | 11011001 | 11010000 | 10111 | 0 | 100 | 1111 | 10101001 | 101000 | 1001011 |
Color Harmonies of #A7D9D0
Complementary color
Monochromatic Colors of #A7D9D0
Black with #A7D9D0
Text Example
Text Example
White with #A7D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D9D0; }
p { color: rgb(167,217,208); }
H1.HeaderClassName
{
color: #A7D9D0;
}
.AnyTagClassName
{
color: #A7D9D0;
}
</style>
background-color css
<style>
a { background-color: #A7D9D0; }
a { background-color: rgb(167,217,208); }
div.DivClassName
{
background-color: #A7D9D0;
}
.BgClassName
{
background-color: #A7D9D0;
}
</style>
border-color css
<style>
span { border-color: #A7D9D0; }
span { border-color: rgb(167,217,208); }
td.TdClassName
{
border-color: #A7D9D0;
}
.TagClassName
{
border-color: #A7D9D0;
}
</style>