Shades of Scandal #A6DACE
Tints of Scandal #A6DACE
RGB
CMYK
RGB Variations
Color information
#A6DACE (or 0xA6DACE) is known color: Scandal. HEX triplet: A6, DA and CE. RGB value is (166,218,206). Sum of RGB (Red+Green+Blue) = 166+218+206=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DACE is #592531. Grayscale: #C9C9C9. Windows color (decimal): -5842226 or 13556390. OLE color: 13556390.
HSL color Cylindrical-coordinate representation of color #A6DACE: hue angle of 166.15º 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 #A6DACE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 206 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.15 |
| HSL | 166.15º | 0.41% | 0.75% | - |
| HSV(B) | 166.15º | 0.24% | 0.85% | - |
| XYZ | 51.94 | 62.71 | 67.76 | - |
| YUV | 201.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 206 | 0.24 | 0 | 0.06 | 0.15 | 166.15 | 0.41 | 0.75 |
| Hex | A6 | DA | CE | 18 | 0 | 6 | F | A6 | 29 | 4B |
| Octal | 246 | 332 | 316 | 30 | 0 | 6 | 17 | 246 | 51 | 113 |
| Binary | 10100110 | 11011010 | 11001110 | 11000 | 0 | 110 | 1111 | 10100110 | 101001 | 1001011 |
Color Harmonies of #A6DACE
Complementary color
Monochromatic Colors of #A6DACE
Black with #A6DACE
Text Example
Text Example
White with #A6DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DACE; }
p { color: rgb(166,218,206); }
H1.HeaderClassName
{
color: #A6DACE;
}
.AnyTagClassName
{
color: #A6DACE;
}
</style>
background-color css
<style>
a { background-color: #A6DACE; }
a { background-color: rgb(166,218,206); }
div.DivClassName
{
background-color: #A6DACE;
}
.BgClassName
{
background-color: #A6DACE;
}
</style>
border-color css
<style>
span { border-color: #A6DACE; }
span { border-color: rgb(166,218,206); }
td.TdClassName
{
border-color: #A6DACE;
}
.TagClassName
{
border-color: #A6DACE;
}
</style>