Shades of Scandal #ACDAD5
Tints of Scandal #ACDAD5
RGB
CMYK
RGB Variations
Color information
#ACDAD5 (or 0xACDAD5) is known color: Scandal. HEX triplet: AC, DA and D5. RGB value is (172,218,213). Sum of RGB (Red+Green+Blue) = 172+218+213=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD5 is #53252A. Grayscale: #CBCBCB. Windows color (decimal): -5449003 or 14015148. OLE color: 14015148.
HSL color Cylindrical-coordinate representation of color #ACDAD5: hue angle of 173.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 213 | - |
CMYK | 0.21 | 0 | 0.02 | 0.15 |
HSL | 173.48º | 0.38% | 0.76% | - |
HSV(B) | 173.48º | 0.21% | 0.85% | - |
XYZ | 54.09 | 63.72 | 72.4 | - |
YUV | 203.68 | 133.26 | 105.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 213 | 0.21 | 0 | 0.02 | 0.15 | 173.48 | 0.38 | 0.76 |
Hex | AC | DA | D5 | 15 | 0 | 2 | F | AD | 26 | 4C |
Octal | 254 | 332 | 325 | 25 | 0 | 2 | 17 | 255 | 46 | 114 |
Binary | 10101100 | 11011010 | 11010101 | 10101 | 0 | 10 | 1111 | 10101101 | 100110 | 1001100 |
Color Harmonies of #ACDAD5
Complementary color
Monochromatic Colors of #ACDAD5
Black with #ACDAD5
Text Example
Text Example
White with #ACDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAD5; }
p { color: rgb(172,218,213); }
H1.HeaderClassName
{
color: #ACDAD5;
}
.AnyTagClassName
{
color: #ACDAD5;
}
</style>
background-color css
<style>
a { background-color: #ACDAD5; }
a { background-color: rgb(172,218,213); }
div.DivClassName
{
background-color: #ACDAD5;
}
.BgClassName
{
background-color: #ACDAD5;
}
</style>
border-color css
<style>
span { border-color: #ACDAD5; }
span { border-color: rgb(172,218,213); }
td.TdClassName
{
border-color: #ACDAD5;
}
.TagClassName
{
border-color: #ACDAD5;
}
</style>