Shades of Scandal #A9D9CB
Tints of Scandal #A9D9CB
RGB
CMYK
RGB Variations
Color information
#A9D9CB (or 0xA9D9CB) is known color: Scandal. HEX triplet: A9, D9 and CB. RGB value is (169,217,203). Sum of RGB (Red+Green+Blue) = 169+217+203=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CB is #562634. Grayscale: #C9C9C9. Windows color (decimal): -5645877 or 13359529. OLE color: 13359529.
HSL color Cylindrical-coordinate representation of color #A9D9CB: hue angle of 162.5º 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 #A9D9CB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 203 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.15 |
| HSL | 162.5º | 0.39% | 0.76% | - |
| HSV(B) | 162.5º | 0.22% | 0.85% | - |
| XYZ | 51.95 | 62.37 | 65.8 | - |
| YUV | 201.05 | 129.1 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 203 | 0.22 | 0 | 0.06 | 0.15 | 162.5 | 0.39 | 0.76 |
| Hex | A9 | D9 | CB | 16 | 0 | 6 | F | A2 | 27 | 4C |
| Octal | 251 | 331 | 313 | 26 | 0 | 6 | 17 | 242 | 47 | 114 |
| Binary | 10101001 | 11011001 | 11001011 | 10110 | 0 | 110 | 1111 | 10100010 | 100111 | 1001100 |
Color Harmonies of #A9D9CB
Complementary color
Monochromatic Colors of #A9D9CB
Black with #A9D9CB
Text Example
Text Example
White with #A9D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9CB; }
p { color: rgb(169,217,203); }
H1.HeaderClassName
{
color: #A9D9CB;
}
.AnyTagClassName
{
color: #A9D9CB;
}
</style>
background-color css
<style>
a { background-color: #A9D9CB; }
a { background-color: rgb(169,217,203); }
div.DivClassName
{
background-color: #A9D9CB;
}
.BgClassName
{
background-color: #A9D9CB;
}
</style>
border-color css
<style>
span { border-color: #A9D9CB; }
span { border-color: rgb(169,217,203); }
td.TdClassName
{
border-color: #A9D9CB;
}
.TagClassName
{
border-color: #A9D9CB;
}
</style>