Shades of Scandal #ACDDD0
Tints of Scandal #ACDDD0
RGB
CMYK
RGB Variations
Color information
#ACDDD0 (or 0xACDDD0) is known color: Scandal. HEX triplet: AC, DD and D0. RGB value is (172,221,208). Sum of RGB (Red+Green+Blue) = 172+221+208=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD0 is #53222F. Grayscale: #CCCCCC. Windows color (decimal): -5448240 or 13688236. OLE color: 13688236.
HSL color Cylindrical-coordinate representation of color #ACDDD0: hue angle of 164.08º 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 #ACDDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 208 | - |
CMYK | 0.22 | 0 | 0.06 | 0.13 |
HSL | 164.08º | 0.42% | 0.77% | - |
HSV(B) | 164.08º | 0.22% | 0.87% | - |
XYZ | 54.25 | 65.04 | 69.37 | - |
YUV | 204.87 | 129.77 | 104.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 208 | 0.22 | 0 | 0.06 | 0.13 | 164.08 | 0.42 | 0.77 |
Hex | AC | DD | D0 | 16 | 0 | 6 | D | A4 | 2A | 4D |
Octal | 254 | 335 | 320 | 26 | 0 | 6 | 15 | 244 | 52 | 115 |
Binary | 10101100 | 11011101 | 11010000 | 10110 | 0 | 110 | 1101 | 10100100 | 101010 | 1001101 |
Color Harmonies of #ACDDD0
Complementary color
Monochromatic Colors of #ACDDD0
Black with #ACDDD0
Text Example
Text Example
White with #ACDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD0; }
p { color: rgb(172,221,208); }
H1.HeaderClassName
{
color: #ACDDD0;
}
.AnyTagClassName
{
color: #ACDDD0;
}
</style>
background-color css
<style>
a { background-color: #ACDDD0; }
a { background-color: rgb(172,221,208); }
div.DivClassName
{
background-color: #ACDDD0;
}
.BgClassName
{
background-color: #ACDDD0;
}
</style>
border-color css
<style>
span { border-color: #ACDDD0; }
span { border-color: rgb(172,221,208); }
td.TdClassName
{
border-color: #ACDDD0;
}
.TagClassName
{
border-color: #ACDDD0;
}
</style>