Shades of Scandal #A6D9D0
Tints of Scandal #A6D9D0
RGB
CMYK
RGB Variations
Color information
#A6D9D0 (or 0xA6D9D0) is known color: Scandal. HEX triplet: A6, D9 and D0. RGB value is (166,217,208). Sum of RGB (Red+Green+Blue) = 166+217+208=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D9D0 is #59262F. Grayscale: #C8C8C8. Windows color (decimal): -5842480 or 13687206. OLE color: 13687206.
HSL color Cylindrical-coordinate representation of color #A6D9D0: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6D9D0 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 208 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.15 |
| HSL | 169.41º | 0.4% | 0.75% | - |
| HSV(B) | 169.41º | 0.24% | 0.85% | - |
| XYZ | 51.92 | 62.29 | 68.96 | - |
| YUV | 200.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 208 | 0.24 | 0 | 0.04 | 0.15 | 169.41 | 0.4 | 0.75 |
| Hex | A6 | D9 | D0 | 18 | 0 | 4 | F | A9 | 28 | 4B |
| Octal | 246 | 331 | 320 | 30 | 0 | 4 | 17 | 251 | 50 | 113 |
| Binary | 10100110 | 11011001 | 11010000 | 11000 | 0 | 100 | 1111 | 10101001 | 101000 | 1001011 |
Color Harmonies of #A6D9D0
Complementary color
Monochromatic Colors of #A6D9D0
Black with #A6D9D0
Text Example
Text Example
White with #A6D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D9D0; }
p { color: rgb(166,217,208); }
H1.HeaderClassName
{
color: #A6D9D0;
}
.AnyTagClassName
{
color: #A6D9D0;
}
</style>
background-color css
<style>
a { background-color: #A6D9D0; }
a { background-color: rgb(166,217,208); }
div.DivClassName
{
background-color: #A6D9D0;
}
.BgClassName
{
background-color: #A6D9D0;
}
</style>
border-color css
<style>
span { border-color: #A6D9D0; }
span { border-color: rgb(166,217,208); }
td.TdClassName
{
border-color: #A6D9D0;
}
.TagClassName
{
border-color: #A6D9D0;
}
</style>