Shades of Scandal #A8D7CA
Tints of Scandal #A8D7CA
RGB
CMYK
RGB Variations
Color information
#A8D7CA (or 0xA8D7CA) is known color: Scandal. HEX triplet: A8, D7 and CA. RGB value is (168,215,202). Sum of RGB (Red+Green+Blue) = 168+215+202=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7CA is #572835. Grayscale: #C7C7C7. Windows color (decimal): -5711926 or 13293480. OLE color: 13293480.
HSL color Cylindrical-coordinate representation of color #A8D7CA: hue angle of 163.4º 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 #A8D7CA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 202 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.16 |
| HSL | 163.4º | 0.37% | 0.75% | - |
| HSV(B) | 163.4º | 0.22% | 0.84% | - |
| XYZ | 51.11 | 61.19 | 64.99 | - |
| YUV | 199.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 202 | 0.22 | 0 | 0.06 | 0.16 | 163.4 | 0.37 | 0.75 |
| Hex | A8 | D7 | CA | 16 | 0 | 6 | 10 | A3 | 25 | 4B |
| Octal | 250 | 327 | 312 | 26 | 0 | 6 | 20 | 243 | 45 | 113 |
| Binary | 10101000 | 11010111 | 11001010 | 10110 | 0 | 110 | 10000 | 10100011 | 100101 | 1001011 |
Color Harmonies of #A8D7CA
Complementary color
Monochromatic Colors of #A8D7CA
Black with #A8D7CA
Text Example
Text Example
White with #A8D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7CA; }
p { color: rgb(168,215,202); }
H1.HeaderClassName
{
color: #A8D7CA;
}
.AnyTagClassName
{
color: #A8D7CA;
}
</style>
background-color css
<style>
a { background-color: #A8D7CA; }
a { background-color: rgb(168,215,202); }
div.DivClassName
{
background-color: #A8D7CA;
}
.BgClassName
{
background-color: #A8D7CA;
}
</style>
border-color css
<style>
span { border-color: #A8D7CA; }
span { border-color: rgb(168,215,202); }
td.TdClassName
{
border-color: #A8D7CA;
}
.TagClassName
{
border-color: #A8D7CA;
}
</style>