Shades of Scandal #ACDEDB
Tints of Scandal #ACDEDB
RGB
CMYK
RGB Variations
Color information
#ACDEDB (or 0xACDEDB) is known color: Scandal. HEX triplet: AC, DE and DB. RGB value is (172,222,219). Sum of RGB (Red+Green+Blue) = 172+222+219=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDB is #532124. Grayscale: #CECECE. Windows color (decimal): -5447973 or 14409388. OLE color: 14409388.
HSL color Cylindrical-coordinate representation of color #ACDEDB: hue angle of 176.4º degrees, saturation: 0.43, 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 #ACDEDB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 219 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 176.4º | 0.43% | 0.77% | - |
| HSV(B) | 176.4º | 0.23% | 0.87% | - |
| XYZ | 55.92 | 66.13 | 76.83 | - |
| YUV | 206.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 219 | 0.23 | 0 | 0.01 | 0.13 | 176.4 | 0.43 | 0.77 |
| Hex | AC | DE | DB | 17 | 0 | 1 | D | B0 | 2B | 4D |
| Octal | 254 | 336 | 333 | 27 | 0 | 1 | 15 | 260 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11011011 | 10111 | 0 | 1 | 1101 | 10110000 | 101011 | 1001101 |
Color Harmonies of #ACDEDB
Complementary color
Monochromatic Colors of #ACDEDB
Black with #ACDEDB
Text Example
Text Example
White with #ACDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEDB; }
p { color: rgb(172,222,219); }
H1.HeaderClassName
{
color: #ACDEDB;
}
.AnyTagClassName
{
color: #ACDEDB;
}
</style>
background-color css
<style>
a { background-color: #ACDEDB; }
a { background-color: rgb(172,222,219); }
div.DivClassName
{
background-color: #ACDEDB;
}
.BgClassName
{
background-color: #ACDEDB;
}
</style>
border-color css
<style>
span { border-color: #ACDEDB; }
span { border-color: rgb(172,222,219); }
td.TdClassName
{
border-color: #ACDEDB;
}
.TagClassName
{
border-color: #ACDEDB;
}
</style>