Shades of Scandal #A8D9CC
Tints of Scandal #A8D9CC
RGB
CMYK
RGB Variations
Color information
#A8D9CC (or 0xA8D9CC) is known color: Scandal. HEX triplet: A8, D9 and CC. RGB value is (168,217,204). Sum of RGB (Red+Green+Blue) = 168+217+204=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CC is #572633. Grayscale: #C8C8C8. Windows color (decimal): -5711412 or 13425064. OLE color: 13425064.
HSL color Cylindrical-coordinate representation of color #A8D9CC: hue angle of 164.08º 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 #A8D9CC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 204 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.15 |
| HSL | 164.08º | 0.39% | 0.75% | - |
| HSV(B) | 164.08º | 0.23% | 0.85% | - |
| XYZ | 51.86 | 62.31 | 66.42 | - |
| YUV | 200.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 204 | 0.23 | 0 | 0.06 | 0.15 | 164.08 | 0.39 | 0.75 |
| Hex | A8 | D9 | CC | 17 | 0 | 6 | F | A4 | 27 | 4B |
| Octal | 250 | 331 | 314 | 27 | 0 | 6 | 17 | 244 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11001100 | 10111 | 0 | 110 | 1111 | 10100100 | 100111 | 1001011 |
Color Harmonies of #A8D9CC
Complementary color
Monochromatic Colors of #A8D9CC
Black with #A8D9CC
Text Example
Text Example
White with #A8D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9CC; }
p { color: rgb(168,217,204); }
H1.HeaderClassName
{
color: #A8D9CC;
}
.AnyTagClassName
{
color: #A8D9CC;
}
</style>
background-color css
<style>
a { background-color: #A8D9CC; }
a { background-color: rgb(168,217,204); }
div.DivClassName
{
background-color: #A8D9CC;
}
.BgClassName
{
background-color: #A8D9CC;
}
</style>
border-color css
<style>
span { border-color: #A8D9CC; }
span { border-color: rgb(168,217,204); }
td.TdClassName
{
border-color: #A8D9CC;
}
.TagClassName
{
border-color: #A8D9CC;
}
</style>