Shades of Scandal #ACDDD9
Tints of Scandal #ACDDD9
RGB
CMYK
RGB Variations
Color information
#ACDDD9 (or 0xACDDD9) is known color: Scandal. HEX triplet: AC, DD and D9. RGB value is (172,221,217). Sum of RGB (Red+Green+Blue) = 172+221+217=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD9 is #532226. Grayscale: #CDCDCD. Windows color (decimal): -5448231 or 14278060. OLE color: 14278060.
HSL color Cylindrical-coordinate representation of color #ACDDD9: hue angle of 175.1º 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 #ACDDD9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 217 | - |
CMYK | 0.22 | 0 | 0.02 | 0.13 |
HSL | 175.1º | 0.42% | 0.77% | - |
HSV(B) | 175.1º | 0.22% | 0.87% | - |
XYZ | 55.39 | 65.49 | 75.37 | - |
YUV | 205.89 | 134.27 | 103.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 217 | 0.22 | 0 | 0.02 | 0.13 | 175.1 | 0.42 | 0.77 |
Hex | AC | DD | D9 | 16 | 0 | 2 | D | AF | 2A | 4D |
Octal | 254 | 335 | 331 | 26 | 0 | 2 | 15 | 257 | 52 | 115 |
Binary | 10101100 | 11011101 | 11011001 | 10110 | 0 | 10 | 1101 | 10101111 | 101010 | 1001101 |
Color Harmonies of #ACDDD9
Complementary color
Monochromatic Colors of #ACDDD9
Black with #ACDDD9
Text Example
Text Example
White with #ACDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD9; }
p { color: rgb(172,221,217); }
H1.HeaderClassName
{
color: #ACDDD9;
}
.AnyTagClassName
{
color: #ACDDD9;
}
</style>
background-color css
<style>
a { background-color: #ACDDD9; }
a { background-color: rgb(172,221,217); }
div.DivClassName
{
background-color: #ACDDD9;
}
.BgClassName
{
background-color: #ACDDD9;
}
</style>
border-color css
<style>
span { border-color: #ACDDD9; }
span { border-color: rgb(172,221,217); }
td.TdClassName
{
border-color: #ACDDD9;
}
.TagClassName
{
border-color: #ACDDD9;
}
</style>