Shades of Scandal #A9D1C7
Tints of Scandal #A9D1C7
RGB
CMYK
RGB Variations
Color information
#A9D1C7 (or 0xA9D1C7) is known color: Scandal. HEX triplet: A9, D1 and C7. RGB value is (169,209,199). Sum of RGB (Red+Green+Blue) = 169+209+199=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1C7 is #562E38. Grayscale: #C3C3C3. Windows color (decimal): -5647929 or 13095337. OLE color: 13095337.
HSL color Cylindrical-coordinate representation of color #A9D1C7: hue angle of 165º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D1C7 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 199 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.18 |
| HSL | 165º | 0.3% | 0.74% | - |
| HSV(B) | 165º | 0.19% | 0.82% | - |
| XYZ | 49.47 | 58.16 | 62.65 | - |
| YUV | 195.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 199 | 0.19 | 0 | 0.05 | 0.18 | 165 | 0.3 | 0.74 |
| Hex | A9 | D1 | C7 | 13 | 0 | 5 | 12 | A5 | 1E | 4A |
| Octal | 251 | 321 | 307 | 23 | 0 | 5 | 22 | 245 | 36 | 112 |
| Binary | 10101001 | 11010001 | 11000111 | 10011 | 0 | 101 | 10010 | 10100101 | 11110 | 1001010 |
Color Harmonies of #A9D1C7
Complementary color
Monochromatic Colors of #A9D1C7
Black with #A9D1C7
Text Example
Text Example
White with #A9D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D1C7; }
p { color: rgb(169,209,199); }
H1.HeaderClassName
{
color: #A9D1C7;
}
.AnyTagClassName
{
color: #A9D1C7;
}
</style>
background-color css
<style>
a { background-color: #A9D1C7; }
a { background-color: rgb(169,209,199); }
div.DivClassName
{
background-color: #A9D1C7;
}
.BgClassName
{
background-color: #A9D1C7;
}
</style>
border-color css
<style>
span { border-color: #A9D1C7; }
span { border-color: rgb(169,209,199); }
td.TdClassName
{
border-color: #A9D1C7;
}
.TagClassName
{
border-color: #A9D1C7;
}
</style>