Shades of Scandal #ACDCD1
Tints of Scandal #ACDCD1
RGB
CMYK
RGB Variations
Color information
#ACDCD1 (or 0xACDCD1) is known color: Scandal. HEX triplet: AC, DC and D1. RGB value is (172,220,209). Sum of RGB (Red+Green+Blue) = 172+220+209=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD1 is #53232E. Grayscale: #CCCCCC. Windows color (decimal): -5448495 or 13753516. OLE color: 13753516.
HSL color Cylindrical-coordinate representation of color #ACDCD1: hue angle of 166.25º 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 #ACDCD1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 209 | - |
CMYK | 0.22 | 0 | 0.05 | 0.14 |
HSL | 166.25º | 0.41% | 0.77% | - |
HSV(B) | 166.25º | 0.22% | 0.86% | - |
XYZ | 54.12 | 64.56 | 69.93 | - |
YUV | 204.39 | 130.6 | 104.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 209 | 0.22 | 0 | 0.05 | 0.14 | 166.25 | 0.41 | 0.77 |
Hex | AC | DC | D1 | 16 | 0 | 5 | E | A6 | 29 | 4D |
Octal | 254 | 334 | 321 | 26 | 0 | 5 | 16 | 246 | 51 | 115 |
Binary | 10101100 | 11011100 | 11010001 | 10110 | 0 | 101 | 1110 | 10100110 | 101001 | 1001101 |
Color Harmonies of #ACDCD1
Complementary color
Monochromatic Colors of #ACDCD1
Black with #ACDCD1
Text Example
Text Example
White with #ACDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD1; }
p { color: rgb(172,220,209); }
H1.HeaderClassName
{
color: #ACDCD1;
}
.AnyTagClassName
{
color: #ACDCD1;
}
</style>
background-color css
<style>
a { background-color: #ACDCD1; }
a { background-color: rgb(172,220,209); }
div.DivClassName
{
background-color: #ACDCD1;
}
.BgClassName
{
background-color: #ACDCD1;
}
</style>
border-color css
<style>
span { border-color: #ACDCD1; }
span { border-color: rgb(172,220,209); }
td.TdClassName
{
border-color: #ACDCD1;
}
.TagClassName
{
border-color: #ACDCD1;
}
</style>