Shades of Scandal #A6DBC5
Tints of Scandal #A6DBC5
RGB
CMYK
RGB Variations
Color information
#A6DBC5 (or 0xA6DBC5) is known color: Scandal. HEX triplet: A6, DB and C5. RGB value is (166,219,197). Sum of RGB (Red+Green+Blue) = 166+219+197=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBC5 is #59243A. Grayscale: #C8C8C8. Windows color (decimal): -5841979 or 12966822. OLE color: 12966822.
HSL color Cylindrical-coordinate representation of color #A6DBC5: hue angle of 155.09º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBC5 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 197 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.14 |
| HSL | 155.09º | 0.42% | 0.75% | - |
| HSV(B) | 155.09º | 0.24% | 0.86% | - |
| XYZ | 51.14 | 62.8 | 62.25 | - |
| YUV | 200.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 197 | 0.24 | 0 | 0.10 | 0.14 | 155.09 | 0.42 | 0.75 |
| Hex | A6 | DB | C5 | 18 | 0 | A | E | 9B | 2A | 4B |
| Octal | 246 | 333 | 305 | 30 | 0 | 12 | 16 | 233 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11000101 | 11000 | 0 | 1010 | 1110 | 10011011 | 101010 | 1001011 |
Color Harmonies of #A6DBC5
Complementary color
Monochromatic Colors of #A6DBC5
Black with #A6DBC5
Text Example
Text Example
White with #A6DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBC5; }
p { color: rgb(166,219,197); }
H1.HeaderClassName
{
color: #A6DBC5;
}
.AnyTagClassName
{
color: #A6DBC5;
}
</style>
background-color css
<style>
a { background-color: #A6DBC5; }
a { background-color: rgb(166,219,197); }
div.DivClassName
{
background-color: #A6DBC5;
}
.BgClassName
{
background-color: #A6DBC5;
}
</style>
border-color css
<style>
span { border-color: #A6DBC5; }
span { border-color: rgb(166,219,197); }
td.TdClassName
{
border-color: #A6DBC5;
}
.TagClassName
{
border-color: #A6DBC5;
}
</style>