Shades of Scandal #A6DACD
Tints of Scandal #A6DACD
RGB
CMYK
RGB Variations
Color information
#A6DACD (or 0xA6DACD) is known color: Scandal. HEX triplet: A6, DA and CD. RGB value is (166,218,205). Sum of RGB (Red+Green+Blue) = 166+218+205=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DACD is #592532. Grayscale: #C8C8C8. Windows color (decimal): -5842227 or 13490854. OLE color: 13490854.
HSL color Cylindrical-coordinate representation of color #A6DACD: hue angle of 165º 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 #A6DACD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 205 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.15 |
| HSL | 165º | 0.41% | 0.75% | - |
| HSV(B) | 165º | 0.24% | 0.85% | - |
| XYZ | 51.82 | 62.66 | 67.12 | - |
| YUV | 200.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 205 | 0.24 | 0 | 0.06 | 0.15 | 165 | 0.41 | 0.75 |
| Hex | A6 | DA | CD | 18 | 0 | 6 | F | A5 | 29 | 4B |
| Octal | 246 | 332 | 315 | 30 | 0 | 6 | 17 | 245 | 51 | 113 |
| Binary | 10100110 | 11011010 | 11001101 | 11000 | 0 | 110 | 1111 | 10100101 | 101001 | 1001011 |
Color Harmonies of #A6DACD
Complementary color
Monochromatic Colors of #A6DACD
Black with #A6DACD
Text Example
Text Example
White with #A6DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DACD; }
p { color: rgb(166,218,205); }
H1.HeaderClassName
{
color: #A6DACD;
}
.AnyTagClassName
{
color: #A6DACD;
}
</style>
background-color css
<style>
a { background-color: #A6DACD; }
a { background-color: rgb(166,218,205); }
div.DivClassName
{
background-color: #A6DACD;
}
.BgClassName
{
background-color: #A6DACD;
}
</style>
border-color css
<style>
span { border-color: #A6DACD; }
span { border-color: rgb(166,218,205); }
td.TdClassName
{
border-color: #A6DACD;
}
.TagClassName
{
border-color: #A6DACD;
}
</style>