Shades of Scandal #ACDDD4
Tints of Scandal #ACDDD4
RGB
CMYK
RGB Variations
Color information
#ACDDD4 (or 0xACDDD4) is known color: Scandal. HEX triplet: AC, DD and D4. RGB value is (172,221,212). Sum of RGB (Red+Green+Blue) = 172+221+212=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD4 is #53222B. Grayscale: #CDCDCD. Windows color (decimal): -5448236 or 13950380. OLE color: 13950380.
HSL color Cylindrical-coordinate representation of color #ACDDD4: hue angle of 168.98º 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 #ACDDD4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 212 | - |
CMYK | 0.22 | 0 | 0.04 | 0.13 |
HSL | 168.98º | 0.42% | 0.77% | - |
HSV(B) | 168.98º | 0.22% | 0.87% | - |
XYZ | 54.75 | 65.24 | 71.99 | - |
YUV | 205.32 | 131.77 | 104.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 212 | 0.22 | 0 | 0.04 | 0.13 | 168.98 | 0.42 | 0.77 |
Hex | AC | DD | D4 | 16 | 0 | 4 | D | A9 | 2A | 4D |
Octal | 254 | 335 | 324 | 26 | 0 | 4 | 15 | 251 | 52 | 115 |
Binary | 10101100 | 11011101 | 11010100 | 10110 | 0 | 100 | 1101 | 10101001 | 101010 | 1001101 |
Color Harmonies of #ACDDD4
Complementary color
Monochromatic Colors of #ACDDD4
Black with #ACDDD4
Text Example
Text Example
White with #ACDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD4; }
p { color: rgb(172,221,212); }
H1.HeaderClassName
{
color: #ACDDD4;
}
.AnyTagClassName
{
color: #ACDDD4;
}
</style>
background-color css
<style>
a { background-color: #ACDDD4; }
a { background-color: rgb(172,221,212); }
div.DivClassName
{
background-color: #ACDDD4;
}
.BgClassName
{
background-color: #ACDDD4;
}
</style>
border-color css
<style>
span { border-color: #ACDDD4; }
span { border-color: rgb(172,221,212); }
td.TdClassName
{
border-color: #ACDDD4;
}
.TagClassName
{
border-color: #ACDDD4;
}
</style>