Shades of Scandal #A9D2C7
Tints of Scandal #A9D2C7
RGB
CMYK
RGB Variations
Color information
#A9D2C7 (or 0xA9D2C7) is known color: Scandal. HEX triplet: A9, D2 and C7. RGB value is (169,210,199). Sum of RGB (Red+Green+Blue) = 169+210+199=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D2C7 is #562D38. Grayscale: #C4C4C4. Windows color (decimal): -5647673 or 13095593. OLE color: 13095593.
HSL color Cylindrical-coordinate representation of color #A9D2C7: hue angle of 163.9º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D2C7 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 199 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.18 |
| HSL | 163.9º | 0.31% | 0.74% | - |
| HSV(B) | 163.9º | 0.2% | 0.82% | - |
| XYZ | 49.72 | 58.65 | 62.73 | - |
| YUV | 196.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 199 | 0.20 | 0 | 0.05 | 0.18 | 163.9 | 0.31 | 0.74 |
| Hex | A9 | D2 | C7 | 14 | 0 | 5 | 12 | A4 | 1F | 4A |
| Octal | 251 | 322 | 307 | 24 | 0 | 5 | 22 | 244 | 37 | 112 |
| Binary | 10101001 | 11010010 | 11000111 | 10100 | 0 | 101 | 10010 | 10100100 | 11111 | 1001010 |
Color Harmonies of #A9D2C7
Complementary color
Monochromatic Colors of #A9D2C7
Black with #A9D2C7
Text Example
Text Example
White with #A9D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D2C7; }
p { color: rgb(169,210,199); }
H1.HeaderClassName
{
color: #A9D2C7;
}
.AnyTagClassName
{
color: #A9D2C7;
}
</style>
background-color css
<style>
a { background-color: #A9D2C7; }
a { background-color: rgb(169,210,199); }
div.DivClassName
{
background-color: #A9D2C7;
}
.BgClassName
{
background-color: #A9D2C7;
}
</style>
border-color css
<style>
span { border-color: #A9D2C7; }
span { border-color: rgb(169,210,199); }
td.TdClassName
{
border-color: #A9D2C7;
}
.TagClassName
{
border-color: #A9D2C7;
}
</style>