Shades of Scandal #ACDCD6
Tints of Scandal #ACDCD6
RGB
CMYK
RGB Variations
Color information
#ACDCD6 (or 0xACDCD6) is known color: Scandal. HEX triplet: AC, DC and D6. RGB value is (172,220,214). Sum of RGB (Red+Green+Blue) = 172+220+214=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD6 is #532329. Grayscale: #CCCCCC. Windows color (decimal): -5448490 or 14081196. OLE color: 14081196.
HSL color Cylindrical-coordinate representation of color #ACDCD6: hue angle of 172.5º 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 #ACDCD6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 214 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.14 |
| HSL | 172.5º | 0.41% | 0.77% | - |
| HSV(B) | 172.5º | 0.22% | 0.86% | - |
| XYZ | 54.74 | 64.81 | 73.24 | - |
| YUV | 204.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 214 | 0.22 | 0 | 0.03 | 0.14 | 172.5 | 0.41 | 0.77 |
| Hex | AC | DC | D6 | 16 | 0 | 3 | E | AC | 29 | 4D |
| Octal | 254 | 334 | 326 | 26 | 0 | 3 | 16 | 254 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11010110 | 10110 | 0 | 11 | 1110 | 10101100 | 101001 | 1001101 |
Color Harmonies of #ACDCD6
Complementary color
Monochromatic Colors of #ACDCD6
Black with #ACDCD6
Text Example
Text Example
White with #ACDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD6; }
p { color: rgb(172,220,214); }
H1.HeaderClassName
{
color: #ACDCD6;
}
.AnyTagClassName
{
color: #ACDCD6;
}
</style>
background-color css
<style>
a { background-color: #ACDCD6; }
a { background-color: rgb(172,220,214); }
div.DivClassName
{
background-color: #ACDCD6;
}
.BgClassName
{
background-color: #ACDCD6;
}
</style>
border-color css
<style>
span { border-color: #ACDCD6; }
span { border-color: rgb(172,220,214); }
td.TdClassName
{
border-color: #ACDCD6;
}
.TagClassName
{
border-color: #ACDCD6;
}
</style>