Shades of Scandal #A6D6C8
Tints of Scandal #A6D6C8
RGB
CMYK
RGB Variations
Color information
#A6D6C8 (or 0xA6D6C8) is known color: Scandal. HEX triplet: A6, D6 and C8. RGB value is (166,214,200). Sum of RGB (Red+Green+Blue) = 166+214+200=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6C8 is #592937. Grayscale: #C6C6C6. Windows color (decimal): -5843256 or 13162150. OLE color: 13162150.
HSL color Cylindrical-coordinate representation of color #A6D6C8: hue angle of 162.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6C8 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 200 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.16 |
| HSL | 162.5º | 0.37% | 0.75% | - |
| HSV(B) | 162.5º | 0.22% | 0.84% | - |
| XYZ | 50.2 | 60.37 | 63.65 | - |
| YUV | 198.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 200 | 0.22 | 0 | 0.07 | 0.16 | 162.5 | 0.37 | 0.75 |
| Hex | A6 | D6 | C8 | 16 | 0 | 7 | 10 | A2 | 25 | 4B |
| Octal | 246 | 326 | 310 | 26 | 0 | 7 | 20 | 242 | 45 | 113 |
| Binary | 10100110 | 11010110 | 11001000 | 10110 | 0 | 111 | 10000 | 10100010 | 100101 | 1001011 |
Color Harmonies of #A6D6C8
Complementary color
Monochromatic Colors of #A6D6C8
Black with #A6D6C8
Text Example
Text Example
White with #A6D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6C8; }
p { color: rgb(166,214,200); }
H1.HeaderClassName
{
color: #A6D6C8;
}
.AnyTagClassName
{
color: #A6D6C8;
}
</style>
background-color css
<style>
a { background-color: #A6D6C8; }
a { background-color: rgb(166,214,200); }
div.DivClassName
{
background-color: #A6D6C8;
}
.BgClassName
{
background-color: #A6D6C8;
}
</style>
border-color css
<style>
span { border-color: #A6D6C8; }
span { border-color: rgb(166,214,200); }
td.TdClassName
{
border-color: #A6D6C8;
}
.TagClassName
{
border-color: #A6D6C8;
}
</style>