Shades of Scandal #ACDFDC
Tints of Scandal #ACDFDC
RGB
CMYK
RGB Variations
Color information
#ACDFDC (or 0xACDFDC) is known color: Scandal. HEX triplet: AC, DF and DC. RGB value is (172,223,220). Sum of RGB (Red+Green+Blue) = 172+223+220=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDC is #532023. Grayscale: #CFCFCF. Windows color (decimal): -5447716 or 14475180. OLE color: 14475180.
HSL color Cylindrical-coordinate representation of color #ACDFDC: hue angle of 176.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFDC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 220 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 176.47º | 0.44% | 0.77% | - |
| HSV(B) | 176.47º | 0.23% | 0.87% | - |
| XYZ | 56.32 | 66.71 | 77.62 | - |
| YUV | 207.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 220 | 0.23 | 0 | 0.01 | 0.13 | 176.47 | 0.44 | 0.77 |
| Hex | AC | DF | DC | 17 | 0 | 1 | D | B0 | 2C | 4D |
| Octal | 254 | 337 | 334 | 27 | 0 | 1 | 15 | 260 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11011100 | 10111 | 0 | 1 | 1101 | 10110000 | 101100 | 1001101 |
Color Harmonies of #ACDFDC
Complementary color
Monochromatic Colors of #ACDFDC
Black with #ACDFDC
Text Example
Text Example
White with #ACDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFDC; }
p { color: rgb(172,223,220); }
H1.HeaderClassName
{
color: #ACDFDC;
}
.AnyTagClassName
{
color: #ACDFDC;
}
</style>
background-color css
<style>
a { background-color: #ACDFDC; }
a { background-color: rgb(172,223,220); }
div.DivClassName
{
background-color: #ACDFDC;
}
.BgClassName
{
background-color: #ACDFDC;
}
</style>
border-color css
<style>
span { border-color: #ACDFDC; }
span { border-color: rgb(172,223,220); }
td.TdClassName
{
border-color: #ACDFDC;
}
.TagClassName
{
border-color: #ACDFDC;
}
</style>