Shades of Scandal #A8D6C6
Tints of Scandal #A8D6C6
RGB
CMYK
RGB Variations
Color information
#A8D6C6 (or 0xA8D6C6) is known color: Scandal. HEX triplet: A8, D6 and C6. RGB value is (168,214,198). Sum of RGB (Red+Green+Blue) = 168+214+198=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6C6 is #572939. Grayscale: #C6C6C6. Windows color (decimal): -5712186 or 13031080. OLE color: 13031080.
HSL color Cylindrical-coordinate representation of color #A8D6C6: hue angle of 159.13º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6C6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 198 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.16 |
| HSL | 159.13º | 0.36% | 0.75% | - |
| HSV(B) | 159.13º | 0.21% | 0.84% | - |
| XYZ | 50.39 | 60.5 | 62.45 | - |
| YUV | 198.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 198 | 0.21 | 0 | 0.07 | 0.16 | 159.13 | 0.36 | 0.75 |
| Hex | A8 | D6 | C6 | 15 | 0 | 7 | 10 | 9F | 24 | 4B |
| Octal | 250 | 326 | 306 | 25 | 0 | 7 | 20 | 237 | 44 | 113 |
| Binary | 10101000 | 11010110 | 11000110 | 10101 | 0 | 111 | 10000 | 10011111 | 100100 | 1001011 |
Color Harmonies of #A8D6C6
Complementary color
Monochromatic Colors of #A8D6C6
Black with #A8D6C6
Text Example
Text Example
White with #A8D6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6C6; }
p { color: rgb(168,214,198); }
H1.HeaderClassName
{
color: #A8D6C6;
}
.AnyTagClassName
{
color: #A8D6C6;
}
</style>
background-color css
<style>
a { background-color: #A8D6C6; }
a { background-color: rgb(168,214,198); }
div.DivClassName
{
background-color: #A8D6C6;
}
.BgClassName
{
background-color: #A8D6C6;
}
</style>
border-color css
<style>
span { border-color: #A8D6C6; }
span { border-color: rgb(168,214,198); }
td.TdClassName
{
border-color: #A8D6C6;
}
.TagClassName
{
border-color: #A8D6C6;
}
</style>