Shades of Scandal #ACDDCF
Tints of Scandal #ACDDCF
RGB
CMYK
RGB Variations
Color information
#ACDDCF (or 0xACDDCF) is known color: Scandal. HEX triplet: AC, DD and CF. RGB value is (172,221,207). Sum of RGB (Red+Green+Blue) = 172+221+207=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCF is #532230. Grayscale: #CCCCCC. Windows color (decimal): -5448241 or 13622700. OLE color: 13622700.
HSL color Cylindrical-coordinate representation of color #ACDDCF: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDCF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 207 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.13 |
| HSL | 162.86º | 0.42% | 0.77% | - |
| HSV(B) | 162.86º | 0.22% | 0.87% | - |
| XYZ | 54.13 | 64.99 | 68.72 | - |
| YUV | 204.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 207 | 0.22 | 0 | 0.06 | 0.13 | 162.86 | 0.42 | 0.77 |
| Hex | AC | DD | CF | 16 | 0 | 6 | D | A3 | 2A | 4D |
| Octal | 254 | 335 | 317 | 26 | 0 | 6 | 15 | 243 | 52 | 115 |
| Binary | 10101100 | 11011101 | 11001111 | 10110 | 0 | 110 | 1101 | 10100011 | 101010 | 1001101 |
Color Harmonies of #ACDDCF
Complementary color
Monochromatic Colors of #ACDDCF
Black with #ACDDCF
Text Example
Text Example
White with #ACDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDCF; }
p { color: rgb(172,221,207); }
H1.HeaderClassName
{
color: #ACDDCF;
}
.AnyTagClassName
{
color: #ACDDCF;
}
</style>
background-color css
<style>
a { background-color: #ACDDCF; }
a { background-color: rgb(172,221,207); }
div.DivClassName
{
background-color: #ACDDCF;
}
.BgClassName
{
background-color: #ACDDCF;
}
</style>
border-color css
<style>
span { border-color: #ACDDCF; }
span { border-color: rgb(172,221,207); }
td.TdClassName
{
border-color: #ACDDCF;
}
.TagClassName
{
border-color: #ACDDCF;
}
</style>