Shades of Scandal #ACDDD1
Tints of Scandal #ACDDD1
RGB
CMYK
RGB Variations
Color information
#ACDDD1 (or 0xACDDD1) is known color: Scandal. HEX triplet: AC, DD and D1. RGB value is (172,221,209). Sum of RGB (Red+Green+Blue) = 172+221+209=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD1 is #53222E. Grayscale: #CCCCCC. Windows color (decimal): -5448239 or 13753772. OLE color: 13753772.
HSL color Cylindrical-coordinate representation of color #ACDDD1: hue angle of 165.31º 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 #ACDDD1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 209 | - |
CMYK | 0.22 | 0 | 0.05 | 0.13 |
HSL | 165.31º | 0.42% | 0.77% | - |
HSV(B) | 165.31º | 0.22% | 0.87% | - |
XYZ | 54.38 | 65.09 | 70.02 | - |
YUV | 204.98 | 130.27 | 104.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 209 | 0.22 | 0 | 0.05 | 0.13 | 165.31 | 0.42 | 0.77 |
Hex | AC | DD | D1 | 16 | 0 | 5 | D | A5 | 2A | 4D |
Octal | 254 | 335 | 321 | 26 | 0 | 5 | 15 | 245 | 52 | 115 |
Binary | 10101100 | 11011101 | 11010001 | 10110 | 0 | 101 | 1101 | 10100101 | 101010 | 1001101 |
Color Harmonies of #ACDDD1
Complementary color
Monochromatic Colors of #ACDDD1
Black with #ACDDD1
Text Example
Text Example
White with #ACDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD1; }
p { color: rgb(172,221,209); }
H1.HeaderClassName
{
color: #ACDDD1;
}
.AnyTagClassName
{
color: #ACDDD1;
}
</style>
background-color css
<style>
a { background-color: #ACDDD1; }
a { background-color: rgb(172,221,209); }
div.DivClassName
{
background-color: #ACDDD1;
}
.BgClassName
{
background-color: #ACDDD1;
}
</style>
border-color css
<style>
span { border-color: #ACDDD1; }
span { border-color: rgb(172,221,209); }
td.TdClassName
{
border-color: #ACDDD1;
}
.TagClassName
{
border-color: #ACDDD1;
}
</style>