Shades of Scandal #ACE0DB
Tints of Scandal #ACE0DB
RGB
CMYK
RGB Variations
Color information
#ACE0DB (or 0xACE0DB) is known color: Scandal. HEX triplet: AC, E0 and DB. RGB value is (172,224,219). Sum of RGB (Red+Green+Blue) = 172+224+219=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0DB is #531F24. Grayscale: #CFCFCF. Windows color (decimal): -5447461 or 14409900. OLE color: 14409900.
HSL color Cylindrical-coordinate representation of color #ACE0DB: hue angle of 174.23º 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 #ACE0DB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 224 | 219 | - |
CMYK | 0.23 | 0 | 0.02 | 0.12 |
HSL | 174.23º | 0.46% | 0.78% | - |
HSV(B) | 174.23º | 0.23% | 0.88% | - |
XYZ | 56.46 | 67.2 | 77.01 | - |
YUV | 207.88 | 134.27 | 102.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 224 | 219 | 0.23 | 0 | 0.02 | 0.12 | 174.23 | 0.46 | 0.78 |
Hex | AC | E0 | DB | 17 | 0 | 2 | C | AE | 2E | 4E |
Octal | 254 | 340 | 333 | 27 | 0 | 2 | 14 | 256 | 56 | 116 |
Binary | 10101100 | 11100000 | 11011011 | 10111 | 0 | 10 | 1100 | 10101110 | 101110 | 1001110 |
Color Harmonies of #ACE0DB
Complementary color
Monochromatic Colors of #ACE0DB
Black with #ACE0DB
Text Example
Text Example
White with #ACE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0DB; }
p { color: rgb(172,224,219); }
H1.HeaderClassName
{
color: #ACE0DB;
}
.AnyTagClassName
{
color: #ACE0DB;
}
</style>
background-color css
<style>
a { background-color: #ACE0DB; }
a { background-color: rgb(172,224,219); }
div.DivClassName
{
background-color: #ACE0DB;
}
.BgClassName
{
background-color: #ACE0DB;
}
</style>
border-color css
<style>
span { border-color: #ACE0DB; }
span { border-color: rgb(172,224,219); }
td.TdClassName
{
border-color: #ACE0DB;
}
.TagClassName
{
border-color: #ACE0DB;
}
</style>