Shades of Scandal #A8DAD3
Tints of Scandal #A8DAD3
RGB
CMYK
RGB Variations
Color information
#A8DAD3 (or 0xA8DAD3) is known color: Scandal. HEX triplet: A8, DA and D3. RGB value is (168,218,211). Sum of RGB (Red+Green+Blue) = 168+218+211=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAD3 is #57252C. Grayscale: #CACACA. Windows color (decimal): -5711149 or 13884072. OLE color: 13884072.
HSL color Cylindrical-coordinate representation of color #A8DAD3: hue angle of 171.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAD3 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 211 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.15 |
| HSL | 171.6º | 0.4% | 0.76% | - |
| HSV(B) | 171.6º | 0.23% | 0.85% | - |
| XYZ | 52.98 | 63.17 | 71.03 | - |
| YUV | 202.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 211 | 0.23 | 0 | 0.03 | 0.15 | 171.6 | 0.4 | 0.76 |
| Hex | A8 | DA | D3 | 17 | 0 | 3 | F | AC | 28 | 4C |
| Octal | 250 | 332 | 323 | 27 | 0 | 3 | 17 | 254 | 50 | 114 |
| Binary | 10101000 | 11011010 | 11010011 | 10111 | 0 | 11 | 1111 | 10101100 | 101000 | 1001100 |
Color Harmonies of #A8DAD3
Complementary color
Monochromatic Colors of #A8DAD3
Black with #A8DAD3
Text Example
Text Example
White with #A8DAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAD3; }
p { color: rgb(168,218,211); }
H1.HeaderClassName
{
color: #A8DAD3;
}
.AnyTagClassName
{
color: #A8DAD3;
}
</style>
background-color css
<style>
a { background-color: #A8DAD3; }
a { background-color: rgb(168,218,211); }
div.DivClassName
{
background-color: #A8DAD3;
}
.BgClassName
{
background-color: #A8DAD3;
}
</style>
border-color css
<style>
span { border-color: #A8DAD3; }
span { border-color: rgb(168,218,211); }
td.TdClassName
{
border-color: #A8DAD3;
}
.TagClassName
{
border-color: #A8DAD3;
}
</style>