Shades of Scandal #ACDCD8
Tints of Scandal #ACDCD8
RGB
CMYK
RGB Variations
Color information
#ACDCD8 (or 0xACDCD8) is known color: Scandal. HEX triplet: AC, DC and D8. RGB value is (172,220,216). Sum of RGB (Red+Green+Blue) = 172+220+216=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD8 is #532327. Grayscale: #CDCDCD. Windows color (decimal): -5448488 or 14212268. OLE color: 14212268.
HSL color Cylindrical-coordinate representation of color #ACDCD8: hue angle of 175º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 216 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.14 |
| HSL | 175º | 0.41% | 0.77% | - |
| HSV(B) | 175º | 0.22% | 0.86% | - |
| XYZ | 55 | 64.91 | 74.6 | - |
| YUV | 205.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 216 | 0.22 | 0 | 0.02 | 0.14 | 175 | 0.41 | 0.77 |
| Hex | AC | DC | D8 | 16 | 0 | 2 | E | AF | 29 | 4D |
| Octal | 254 | 334 | 330 | 26 | 0 | 2 | 16 | 257 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11011000 | 10110 | 0 | 10 | 1110 | 10101111 | 101001 | 1001101 |
Color Harmonies of #ACDCD8
Complementary color
Monochromatic Colors of #ACDCD8
Black with #ACDCD8
Text Example
Text Example
White with #ACDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD8; }
p { color: rgb(172,220,216); }
H1.HeaderClassName
{
color: #ACDCD8;
}
.AnyTagClassName
{
color: #ACDCD8;
}
</style>
background-color css
<style>
a { background-color: #ACDCD8; }
a { background-color: rgb(172,220,216); }
div.DivClassName
{
background-color: #ACDCD8;
}
.BgClassName
{
background-color: #ACDCD8;
}
</style>
border-color css
<style>
span { border-color: #ACDCD8; }
span { border-color: rgb(172,220,216); }
td.TdClassName
{
border-color: #ACDCD8;
}
.TagClassName
{
border-color: #ACDCD8;
}
</style>