Shades of Scandal #A6DAC7
Tints of Scandal #A6DAC7
RGB
CMYK
RGB Variations
Color information
#A6DAC7 (or 0xA6DAC7) is known color: Scandal. HEX triplet: A6, DA and C7. RGB value is (166,218,199). Sum of RGB (Red+Green+Blue) = 166+218+199=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAC7 is #592538. Grayscale: #C8C8C8. Windows color (decimal): -5842233 or 13097638. OLE color: 13097638.
HSL color Cylindrical-coordinate representation of color #A6DAC7: hue angle of 158.08º degrees, saturation: 0.41, 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 #A6DAC7 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 199 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.15 |
| HSL | 158.08º | 0.41% | 0.75% | - |
| HSV(B) | 158.08º | 0.24% | 0.85% | - |
| XYZ | 51.11 | 62.37 | 63.38 | - |
| YUV | 200.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 199 | 0.24 | 0 | 0.09 | 0.15 | 158.08 | 0.41 | 0.75 |
| Hex | A6 | DA | C7 | 18 | 0 | 9 | F | 9E | 29 | 4B |
| Octal | 246 | 332 | 307 | 30 | 0 | 11 | 17 | 236 | 51 | 113 |
| Binary | 10100110 | 11011010 | 11000111 | 11000 | 0 | 1001 | 1111 | 10011110 | 101001 | 1001011 |
Color Harmonies of #A6DAC7
Complementary color
Monochromatic Colors of #A6DAC7
Black with #A6DAC7
Text Example
Text Example
White with #A6DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAC7; }
p { color: rgb(166,218,199); }
H1.HeaderClassName
{
color: #A6DAC7;
}
.AnyTagClassName
{
color: #A6DAC7;
}
</style>
background-color css
<style>
a { background-color: #A6DAC7; }
a { background-color: rgb(166,218,199); }
div.DivClassName
{
background-color: #A6DAC7;
}
.BgClassName
{
background-color: #A6DAC7;
}
</style>
border-color css
<style>
span { border-color: #A6DAC7; }
span { border-color: rgb(166,218,199); }
td.TdClassName
{
border-color: #A6DAC7;
}
.TagClassName
{
border-color: #A6DAC7;
}
</style>