Shades of Scandal #A6D6C5
Tints of Scandal #A6D6C5
RGB
CMYK
RGB Variations
Color information
#A6D6C5 (or 0xA6D6C5) is known color: Scandal. HEX triplet: A6, D6 and C5. RGB value is (166,214,197). Sum of RGB (Red+Green+Blue) = 166+214+197=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6C5 is #59293A. Grayscale: #C5C5C5. Windows color (decimal): -5843259 or 12965542. OLE color: 12965542.
HSL color Cylindrical-coordinate representation of color #A6D6C5: hue angle of 158.75º 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 #A6D6C5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 197 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.16 |
| HSL | 158.75º | 0.37% | 0.75% | - |
| HSV(B) | 158.75º | 0.22% | 0.84% | - |
| XYZ | 49.85 | 60.23 | 61.82 | - |
| YUV | 197.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 197 | 0.22 | 0 | 0.08 | 0.16 | 158.75 | 0.37 | 0.75 |
| Hex | A6 | D6 | C5 | 16 | 0 | 8 | 10 | 9F | 25 | 4B |
| Octal | 246 | 326 | 305 | 26 | 0 | 10 | 20 | 237 | 45 | 113 |
| Binary | 10100110 | 11010110 | 11000101 | 10110 | 0 | 1000 | 10000 | 10011111 | 100101 | 1001011 |
Color Harmonies of #A6D6C5
Complementary color
Monochromatic Colors of #A6D6C5
Black with #A6D6C5
Text Example
Text Example
White with #A6D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6C5; }
p { color: rgb(166,214,197); }
H1.HeaderClassName
{
color: #A6D6C5;
}
.AnyTagClassName
{
color: #A6D6C5;
}
</style>
background-color css
<style>
a { background-color: #A6D6C5; }
a { background-color: rgb(166,214,197); }
div.DivClassName
{
background-color: #A6D6C5;
}
.BgClassName
{
background-color: #A6D6C5;
}
</style>
border-color css
<style>
span { border-color: #A6D6C5; }
span { border-color: rgb(166,214,197); }
td.TdClassName
{
border-color: #A6D6C5;
}
.TagClassName
{
border-color: #A6D6C5;
}
</style>