Shades of Scandal #ACDCD2
Tints of Scandal #ACDCD2
RGB
CMYK
RGB Variations
Color information
#ACDCD2 (or 0xACDCD2) is known color: Scandal. HEX triplet: AC, DC and D2. RGB value is (172,220,210). Sum of RGB (Red+Green+Blue) = 172+220+210=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD2 is #53232D. Grayscale: #CCCCCC. Windows color (decimal): -5448494 or 13819052. OLE color: 13819052.
HSL color Cylindrical-coordinate representation of color #ACDCD2: hue angle of 167.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 210 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.14 |
| HSL | 167.5º | 0.41% | 0.77% | - |
| HSV(B) | 167.5º | 0.22% | 0.86% | - |
| XYZ | 54.24 | 64.61 | 70.59 | - |
| YUV | 204.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 210 | 0.22 | 0 | 0.05 | 0.14 | 167.5 | 0.41 | 0.77 |
| Hex | AC | DC | D2 | 16 | 0 | 5 | E | A8 | 29 | 4D |
| Octal | 254 | 334 | 322 | 26 | 0 | 5 | 16 | 250 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11010010 | 10110 | 0 | 101 | 1110 | 10101000 | 101001 | 1001101 |
Color Harmonies of #ACDCD2
Complementary color
Monochromatic Colors of #ACDCD2
Black with #ACDCD2
Text Example
Text Example
White with #ACDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD2; }
p { color: rgb(172,220,210); }
H1.HeaderClassName
{
color: #ACDCD2;
}
.AnyTagClassName
{
color: #ACDCD2;
}
</style>
background-color css
<style>
a { background-color: #ACDCD2; }
a { background-color: rgb(172,220,210); }
div.DivClassName
{
background-color: #ACDCD2;
}
.BgClassName
{
background-color: #ACDCD2;
}
</style>
border-color css
<style>
span { border-color: #ACDCD2; }
span { border-color: rgb(172,220,210); }
td.TdClassName
{
border-color: #ACDCD2;
}
.TagClassName
{
border-color: #ACDCD2;
}
</style>