Shades of Scandal #ACDCCD
Tints of Scandal #ACDCCD
RGB
CMYK
RGB Variations
Color information
#ACDCCD (or 0xACDCCD) is known color: Scandal. HEX triplet: AC, DC and CD. RGB value is (172,220,205). Sum of RGB (Red+Green+Blue) = 172+220+205=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCD is #532332. Grayscale: #CBCBCB. Windows color (decimal): -5448499 or 13491372. OLE color: 13491372.
HSL color Cylindrical-coordinate representation of color #ACDCCD: hue angle of 161.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 #ACDCCD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 205 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.14 |
| HSL | 161.25º | 0.41% | 0.77% | - |
| HSV(B) | 161.25º | 0.22% | 0.86% | - |
| XYZ | 53.63 | 64.36 | 67.35 | - |
| YUV | 203.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 205 | 0.22 | 0 | 0.07 | 0.14 | 161.25 | 0.41 | 0.77 |
| Hex | AC | DC | CD | 16 | 0 | 7 | E | A1 | 29 | 4D |
| Octal | 254 | 334 | 315 | 26 | 0 | 7 | 16 | 241 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11001101 | 10110 | 0 | 111 | 1110 | 10100001 | 101001 | 1001101 |
Color Harmonies of #ACDCCD
Complementary color
Monochromatic Colors of #ACDCCD
Black with #ACDCCD
Text Example
Text Example
White with #ACDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCCD; }
p { color: rgb(172,220,205); }
H1.HeaderClassName
{
color: #ACDCCD;
}
.AnyTagClassName
{
color: #ACDCCD;
}
</style>
background-color css
<style>
a { background-color: #ACDCCD; }
a { background-color: rgb(172,220,205); }
div.DivClassName
{
background-color: #ACDCCD;
}
.BgClassName
{
background-color: #ACDCCD;
}
</style>
border-color css
<style>
span { border-color: #ACDCCD; }
span { border-color: rgb(172,220,205); }
td.TdClassName
{
border-color: #ACDCCD;
}
.TagClassName
{
border-color: #ACDCCD;
}
</style>