Shades of Scandal #A8D6C8
Tints of Scandal #A8D6C8
RGB
CMYK
RGB Variations
Color information
#A8D6C8 (or 0xA8D6C8) is known color: Scandal. HEX triplet: A8, D6 and C8. RGB value is (168,214,200). Sum of RGB (Red+Green+Blue) = 168+214+200=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6C8 is #572937. Grayscale: #C6C6C6. Windows color (decimal): -5712184 or 13162152. OLE color: 13162152.
HSL color Cylindrical-coordinate representation of color #A8D6C8: hue angle of 161.74º 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 #A8D6C8 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 200 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.16 |
| HSL | 161.74º | 0.36% | 0.75% | - |
| HSV(B) | 161.74º | 0.21% | 0.84% | - |
| XYZ | 50.62 | 60.59 | 63.67 | - |
| YUV | 198.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 200 | 0.21 | 0 | 0.07 | 0.16 | 161.74 | 0.36 | 0.75 |
| Hex | A8 | D6 | C8 | 15 | 0 | 7 | 10 | A2 | 24 | 4B |
| Octal | 250 | 326 | 310 | 25 | 0 | 7 | 20 | 242 | 44 | 113 |
| Binary | 10101000 | 11010110 | 11001000 | 10101 | 0 | 111 | 10000 | 10100010 | 100100 | 1001011 |
Color Harmonies of #A8D6C8
Complementary color
Monochromatic Colors of #A8D6C8
Black with #A8D6C8
Text Example
Text Example
White with #A8D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6C8; }
p { color: rgb(168,214,200); }
H1.HeaderClassName
{
color: #A8D6C8;
}
.AnyTagClassName
{
color: #A8D6C8;
}
</style>
background-color css
<style>
a { background-color: #A8D6C8; }
a { background-color: rgb(168,214,200); }
div.DivClassName
{
background-color: #A8D6C8;
}
.BgClassName
{
background-color: #A8D6C8;
}
</style>
border-color css
<style>
span { border-color: #A8D6C8; }
span { border-color: rgb(168,214,200); }
td.TdClassName
{
border-color: #A8D6C8;
}
.TagClassName
{
border-color: #A8D6C8;
}
</style>