Shades of Scandal #A8D7CC
Tints of Scandal #A8D7CC
RGB
CMYK
RGB Variations
Color information
#A8D7CC (or 0xA8D7CC) is known color: Scandal. HEX triplet: A8, D7 and CC. RGB value is (168,215,204). Sum of RGB (Red+Green+Blue) = 168+215+204=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7CC is #572833. Grayscale: #C7C7C7. Windows color (decimal): -5711924 or 13424552. OLE color: 13424552.
HSL color Cylindrical-coordinate representation of color #A8D7CC: hue angle of 165.96º 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 #A8D7CC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 204 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.16 |
| HSL | 165.96º | 0.37% | 0.75% | - |
| HSV(B) | 165.96º | 0.22% | 0.84% | - |
| XYZ | 51.35 | 61.29 | 66.25 | - |
| YUV | 199.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 204 | 0.22 | 0 | 0.05 | 0.16 | 165.96 | 0.37 | 0.75 |
| Hex | A8 | D7 | CC | 16 | 0 | 5 | 10 | A6 | 25 | 4B |
| Octal | 250 | 327 | 314 | 26 | 0 | 5 | 20 | 246 | 45 | 113 |
| Binary | 10101000 | 11010111 | 11001100 | 10110 | 0 | 101 | 10000 | 10100110 | 100101 | 1001011 |
Color Harmonies of #A8D7CC
Complementary color
Monochromatic Colors of #A8D7CC
Black with #A8D7CC
Text Example
Text Example
White with #A8D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7CC; }
p { color: rgb(168,215,204); }
H1.HeaderClassName
{
color: #A8D7CC;
}
.AnyTagClassName
{
color: #A8D7CC;
}
</style>
background-color css
<style>
a { background-color: #A8D7CC; }
a { background-color: rgb(168,215,204); }
div.DivClassName
{
background-color: #A8D7CC;
}
.BgClassName
{
background-color: #A8D7CC;
}
</style>
border-color css
<style>
span { border-color: #A8D7CC; }
span { border-color: rgb(168,215,204); }
td.TdClassName
{
border-color: #A8D7CC;
}
.TagClassName
{
border-color: #A8D7CC;
}
</style>