Shades of Scandal #A8D9D1
Tints of Scandal #A8D9D1
RGB
CMYK
RGB Variations
Color information
#A8D9D1 (or 0xA8D9D1) is known color: Scandal. HEX triplet: A8, D9 and D1. RGB value is (168,217,209). Sum of RGB (Red+Green+Blue) = 168+217+209=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9D1 is #57262E. Grayscale: #C9C9C9. Windows color (decimal): -5711407 or 13752744. OLE color: 13752744.
HSL color Cylindrical-coordinate representation of color #A8D9D1: hue angle of 170.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9D1 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 209 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.15 |
| HSL | 170.2º | 0.39% | 0.75% | - |
| HSV(B) | 170.2º | 0.23% | 0.85% | - |
| XYZ | 52.47 | 62.55 | 69.63 | - |
| YUV | 201.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 209 | 0.23 | 0 | 0.04 | 0.15 | 170.2 | 0.39 | 0.75 |
| Hex | A8 | D9 | D1 | 17 | 0 | 4 | F | AA | 27 | 4B |
| Octal | 250 | 331 | 321 | 27 | 0 | 4 | 17 | 252 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11010001 | 10111 | 0 | 100 | 1111 | 10101010 | 100111 | 1001011 |
Color Harmonies of #A8D9D1
Complementary color
Monochromatic Colors of #A8D9D1
Black with #A8D9D1
Text Example
Text Example
White with #A8D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9D1; }
p { color: rgb(168,217,209); }
H1.HeaderClassName
{
color: #A8D9D1;
}
.AnyTagClassName
{
color: #A8D9D1;
}
</style>
background-color css
<style>
a { background-color: #A8D9D1; }
a { background-color: rgb(168,217,209); }
div.DivClassName
{
background-color: #A8D9D1;
}
.BgClassName
{
background-color: #A8D9D1;
}
</style>
border-color css
<style>
span { border-color: #A8D9D1; }
span { border-color: rgb(168,217,209); }
td.TdClassName
{
border-color: #A8D9D1;
}
.TagClassName
{
border-color: #A8D9D1;
}
</style>