Shades of Scandal #ACDCD3
Tints of Scandal #ACDCD3
RGB
CMYK
RGB Variations
Color information
#ACDCD3 (or 0xACDCD3) is known color: Scandal. HEX triplet: AC, DC and D3. RGB value is (172,220,211). Sum of RGB (Red+Green+Blue) = 172+220+211=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD3 is #53232C. Grayscale: #CCCCCC. Windows color (decimal): -5448493 or 13884588. OLE color: 13884588.
HSL color Cylindrical-coordinate representation of color #ACDCD3: hue angle of 168.75º 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 #ACDCD3 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 211 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.14 |
| HSL | 168.75º | 0.41% | 0.77% | - |
| HSV(B) | 168.75º | 0.22% | 0.86% | - |
| XYZ | 54.36 | 64.66 | 71.24 | - |
| YUV | 204.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 211 | 0.22 | 0 | 0.04 | 0.14 | 168.75 | 0.41 | 0.77 |
| Hex | AC | DC | D3 | 16 | 0 | 4 | E | A9 | 29 | 4D |
| Octal | 254 | 334 | 323 | 26 | 0 | 4 | 16 | 251 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11010011 | 10110 | 0 | 100 | 1110 | 10101001 | 101001 | 1001101 |
Color Harmonies of #ACDCD3
Complementary color
Monochromatic Colors of #ACDCD3
Black with #ACDCD3
Text Example
Text Example
White with #ACDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD3; }
p { color: rgb(172,220,211); }
H1.HeaderClassName
{
color: #ACDCD3;
}
.AnyTagClassName
{
color: #ACDCD3;
}
</style>
background-color css
<style>
a { background-color: #ACDCD3; }
a { background-color: rgb(172,220,211); }
div.DivClassName
{
background-color: #ACDCD3;
}
.BgClassName
{
background-color: #ACDCD3;
}
</style>
border-color css
<style>
span { border-color: #ACDCD3; }
span { border-color: rgb(172,220,211); }
td.TdClassName
{
border-color: #ACDCD3;
}
.TagClassName
{
border-color: #ACDCD3;
}
</style>