Shades of Scandal #A8D9CB
Tints of Scandal #A8D9CB
RGB
CMYK
RGB Variations
Color information
#A8D9CB (or 0xA8D9CB) is known color: Scandal. HEX triplet: A8, D9 and CB. RGB value is (168,217,203). Sum of RGB (Red+Green+Blue) = 168+217+203=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CB is #572634. Grayscale: #C8C8C8. Windows color (decimal): -5711413 or 13359528. OLE color: 13359528.
HSL color Cylindrical-coordinate representation of color #A8D9CB: hue angle of 162.86º degrees, saturation: 0.39, 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 #A8D9CB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 203 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.15 |
| HSL | 162.86º | 0.39% | 0.75% | - |
| HSV(B) | 162.86º | 0.23% | 0.85% | - |
| XYZ | 51.74 | 62.26 | 65.79 | - |
| YUV | 200.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 203 | 0.23 | 0 | 0.06 | 0.15 | 162.86 | 0.39 | 0.75 |
| Hex | A8 | D9 | CB | 17 | 0 | 6 | F | A3 | 27 | 4B |
| Octal | 250 | 331 | 313 | 27 | 0 | 6 | 17 | 243 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11001011 | 10111 | 0 | 110 | 1111 | 10100011 | 100111 | 1001011 |
Color Harmonies of #A8D9CB
Complementary color
Monochromatic Colors of #A8D9CB
Black with #A8D9CB
Text Example
Text Example
White with #A8D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9CB; }
p { color: rgb(168,217,203); }
H1.HeaderClassName
{
color: #A8D9CB;
}
.AnyTagClassName
{
color: #A8D9CB;
}
</style>
background-color css
<style>
a { background-color: #A8D9CB; }
a { background-color: rgb(168,217,203); }
div.DivClassName
{
background-color: #A8D9CB;
}
.BgClassName
{
background-color: #A8D9CB;
}
</style>
border-color css
<style>
span { border-color: #A8D9CB; }
span { border-color: rgb(168,217,203); }
td.TdClassName
{
border-color: #A8D9CB;
}
.TagClassName
{
border-color: #A8D9CB;
}
</style>