Shades of Scandal #ACDFDB
Tints of Scandal #ACDFDB
RGB
CMYK
RGB Variations
Color information
#ACDFDB (or 0xACDFDB) is known color: Scandal. HEX triplet: AC, DF and DB. RGB value is (172,223,219). Sum of RGB (Red+Green+Blue) = 172+223+219=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFDB is #532024. Grayscale: #CFCFCF. Windows color (decimal): -5447717 or 14409644. OLE color: 14409644.
HSL color Cylindrical-coordinate representation of color #ACDFDB: hue angle of 175.29º 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 #ACDFDB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 219 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.13 |
| HSL | 175.29º | 0.44% | 0.77% | - |
| HSV(B) | 175.29º | 0.23% | 0.87% | - |
| XYZ | 56.19 | 66.66 | 76.92 | - |
| YUV | 207.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 219 | 0.23 | 0 | 0.02 | 0.13 | 175.29 | 0.44 | 0.77 |
| Hex | AC | DF | DB | 17 | 0 | 2 | D | AF | 2C | 4D |
| Octal | 254 | 337 | 333 | 27 | 0 | 2 | 15 | 257 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11011011 | 10111 | 0 | 10 | 1101 | 10101111 | 101100 | 1001101 |
Color Harmonies of #ACDFDB
Complementary color
Monochromatic Colors of #ACDFDB
Black with #ACDFDB
Text Example
Text Example
White with #ACDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFDB; }
p { color: rgb(172,223,219); }
H1.HeaderClassName
{
color: #ACDFDB;
}
.AnyTagClassName
{
color: #ACDFDB;
}
</style>
background-color css
<style>
a { background-color: #ACDFDB; }
a { background-color: rgb(172,223,219); }
div.DivClassName
{
background-color: #ACDFDB;
}
.BgClassName
{
background-color: #ACDFDB;
}
</style>
border-color css
<style>
span { border-color: #ACDFDB; }
span { border-color: rgb(172,223,219); }
td.TdClassName
{
border-color: #ACDFDB;
}
.TagClassName
{
border-color: #ACDFDB;
}
</style>