Shades of Scandal #A7D9CB
Tints of Scandal #A7D9CB
RGB
CMYK
RGB Variations
Color information
#A7D9CB (or 0xA7D9CB) is known color: Scandal. HEX triplet: A7, D9 and CB. RGB value is (167,217,203). Sum of RGB (Red+Green+Blue) = 167+217+203=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9CB is #582634. Grayscale: #C8C8C8. Windows color (decimal): -5776949 or 13359527. OLE color: 13359527.
HSL color Cylindrical-coordinate representation of color #A7D9CB: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D9CB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 203 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.15 |
| HSL | 163.2º | 0.4% | 0.75% | - |
| HSV(B) | 163.2º | 0.23% | 0.85% | - |
| XYZ | 51.53 | 62.15 | 65.78 | - |
| YUV | 200.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 203 | 0.23 | 0 | 0.06 | 0.15 | 163.2 | 0.4 | 0.75 |
| Hex | A7 | D9 | CB | 17 | 0 | 6 | F | A3 | 28 | 4B |
| Octal | 247 | 331 | 313 | 27 | 0 | 6 | 17 | 243 | 50 | 113 |
| Binary | 10100111 | 11011001 | 11001011 | 10111 | 0 | 110 | 1111 | 10100011 | 101000 | 1001011 |
Color Harmonies of #A7D9CB
Complementary color
Monochromatic Colors of #A7D9CB
Black with #A7D9CB
Text Example
Text Example
White with #A7D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D9CB; }
p { color: rgb(167,217,203); }
H1.HeaderClassName
{
color: #A7D9CB;
}
.AnyTagClassName
{
color: #A7D9CB;
}
</style>
background-color css
<style>
a { background-color: #A7D9CB; }
a { background-color: rgb(167,217,203); }
div.DivClassName
{
background-color: #A7D9CB;
}
.BgClassName
{
background-color: #A7D9CB;
}
</style>
border-color css
<style>
span { border-color: #A7D9CB; }
span { border-color: rgb(167,217,203); }
td.TdClassName
{
border-color: #A7D9CB;
}
.TagClassName
{
border-color: #A7D9CB;
}
</style>