Shades of Scandal #A8D9CE
Tints of Scandal #A8D9CE
RGB
CMYK
RGB Variations
Color information
#A8D9CE (or 0xA8D9CE) is known color: Scandal. HEX triplet: A8, D9 and CE. RGB value is (168,217,206). Sum of RGB (Red+Green+Blue) = 168+217+206=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CE is #572631. Grayscale: #C9C9C9. Windows color (decimal): -5711410 or 13556136. OLE color: 13556136.
HSL color Cylindrical-coordinate representation of color #A8D9CE: hue angle of 166.53º 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 #A8D9CE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 206 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.15 |
| HSL | 166.53º | 0.39% | 0.75% | - |
| HSV(B) | 166.53º | 0.23% | 0.85% | - |
| XYZ | 52.1 | 62.41 | 67.69 | - |
| YUV | 201.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 206 | 0.23 | 0 | 0.05 | 0.15 | 166.53 | 0.39 | 0.75 |
| Hex | A8 | D9 | CE | 17 | 0 | 5 | F | A7 | 27 | 4B |
| Octal | 250 | 331 | 316 | 27 | 0 | 5 | 17 | 247 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11001110 | 10111 | 0 | 101 | 1111 | 10100111 | 100111 | 1001011 |
Color Harmonies of #A8D9CE
Complementary color
Monochromatic Colors of #A8D9CE
Black with #A8D9CE
Text Example
Text Example
White with #A8D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9CE; }
p { color: rgb(168,217,206); }
H1.HeaderClassName
{
color: #A8D9CE;
}
.AnyTagClassName
{
color: #A8D9CE;
}
</style>
background-color css
<style>
a { background-color: #A8D9CE; }
a { background-color: rgb(168,217,206); }
div.DivClassName
{
background-color: #A8D9CE;
}
.BgClassName
{
background-color: #A8D9CE;
}
</style>
border-color css
<style>
span { border-color: #A8D9CE; }
span { border-color: rgb(168,217,206); }
td.TdClassName
{
border-color: #A8D9CE;
}
.TagClassName
{
border-color: #A8D9CE;
}
</style>