Shades of Scandal #ACE0DC
Tints of Scandal #ACE0DC
RGB
CMYK
RGB Variations
Color information
#ACE0DC (or 0xACE0DC) is known color: Scandal. HEX triplet: AC, E0 and DC. RGB value is (172,224,220). Sum of RGB (Red+Green+Blue) = 172+224+220=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0DC is #531F23. Grayscale: #CFCFCF. Windows color (decimal): -5447460 or 14475436. OLE color: 14475436.
HSL color Cylindrical-coordinate representation of color #ACE0DC: hue angle of 175.38º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0DC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 220 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.12 |
| HSL | 175.38º | 0.46% | 0.78% | - |
| HSV(B) | 175.38º | 0.23% | 0.88% | - |
| XYZ | 56.59 | 67.25 | 77.71 | - |
| YUV | 208 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 220 | 0.23 | 0 | 0.02 | 0.12 | 175.38 | 0.46 | 0.78 |
| Hex | AC | E0 | DC | 17 | 0 | 2 | C | AF | 2E | 4E |
| Octal | 254 | 340 | 334 | 27 | 0 | 2 | 14 | 257 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11011100 | 10111 | 0 | 10 | 1100 | 10101111 | 101110 | 1001110 |
Color Harmonies of #ACE0DC
Complementary color
Monochromatic Colors of #ACE0DC
Black with #ACE0DC
Text Example
Text Example
White with #ACE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0DC; }
p { color: rgb(172,224,220); }
H1.HeaderClassName
{
color: #ACE0DC;
}
.AnyTagClassName
{
color: #ACE0DC;
}
</style>
background-color css
<style>
a { background-color: #ACE0DC; }
a { background-color: rgb(172,224,220); }
div.DivClassName
{
background-color: #ACE0DC;
}
.BgClassName
{
background-color: #ACE0DC;
}
</style>
border-color css
<style>
span { border-color: #ACE0DC; }
span { border-color: rgb(172,224,220); }
td.TdClassName
{
border-color: #ACE0DC;
}
.TagClassName
{
border-color: #ACE0DC;
}
</style>