Shades of Scandal #A9D9CD
Tints of Scandal #A9D9CD
RGB
CMYK
RGB Variations
Color information
#A9D9CD (or 0xA9D9CD) is known color: Scandal. HEX triplet: A9, D9 and CD. RGB value is (169,217,205). Sum of RGB (Red+Green+Blue) = 169+217+205=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CD is #562632. Grayscale: #C9C9C9. Windows color (decimal): -5645875 or 13490601. OLE color: 13490601.
HSL color Cylindrical-coordinate representation of color #A9D9CD: hue angle of 165º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9CD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 205 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.15 |
| HSL | 165º | 0.39% | 0.76% | - |
| HSV(B) | 165º | 0.22% | 0.85% | - |
| XYZ | 52.19 | 62.47 | 67.06 | - |
| YUV | 201.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 205 | 0.22 | 0 | 0.06 | 0.15 | 165 | 0.39 | 0.76 |
| Hex | A9 | D9 | CD | 16 | 0 | 6 | F | A5 | 27 | 4C |
| Octal | 251 | 331 | 315 | 26 | 0 | 6 | 17 | 245 | 47 | 114 |
| Binary | 10101001 | 11011001 | 11001101 | 10110 | 0 | 110 | 1111 | 10100101 | 100111 | 1001100 |
Color Harmonies of #A9D9CD
Complementary color
Monochromatic Colors of #A9D9CD
Black with #A9D9CD
Text Example
Text Example
White with #A9D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9CD; }
p { color: rgb(169,217,205); }
H1.HeaderClassName
{
color: #A9D9CD;
}
.AnyTagClassName
{
color: #A9D9CD;
}
</style>
background-color css
<style>
a { background-color: #A9D9CD; }
a { background-color: rgb(169,217,205); }
div.DivClassName
{
background-color: #A9D9CD;
}
.BgClassName
{
background-color: #A9D9CD;
}
</style>
border-color css
<style>
span { border-color: #A9D9CD; }
span { border-color: rgb(169,217,205); }
td.TdClassName
{
border-color: #A9D9CD;
}
.TagClassName
{
border-color: #A9D9CD;
}
</style>