Shades of Scandal #ADDAD5
Tints of Scandal #ADDAD5
RGB
CMYK
RGB Variations
Color information
#ADDAD5 (or 0xADDAD5) is known color: Scandal. HEX triplet: AD, DA and D5. RGB value is (173,218,213). Sum of RGB (Red+Green+Blue) = 173+218+213=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD5 is #52252A. Grayscale: #CBCBCB. Windows color (decimal): -5383467 or 14015149. OLE color: 14015149.
HSL color Cylindrical-coordinate representation of color #ADDAD5: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 213 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.15 |
| HSL | 173.33º | 0.38% | 0.77% | - |
| HSV(B) | 173.33º | 0.21% | 0.85% | - |
| XYZ | 54.32 | 63.83 | 72.41 | - |
| YUV | 203.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 213 | 0.21 | 0 | 0.02 | 0.15 | 173.33 | 0.38 | 0.77 |
| Hex | AD | DA | D5 | 15 | 0 | 2 | F | AD | 26 | 4D |
| Octal | 255 | 332 | 325 | 25 | 0 | 2 | 17 | 255 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11010101 | 10101 | 0 | 10 | 1111 | 10101101 | 100110 | 1001101 |
Color Harmonies of #ADDAD5
Complementary color
Monochromatic Colors of #ADDAD5
Black with #ADDAD5
Text Example
Text Example
White with #ADDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAD5; }
p { color: rgb(173,218,213); }
H1.HeaderClassName
{
color: #ADDAD5;
}
.AnyTagClassName
{
color: #ADDAD5;
}
</style>
background-color css
<style>
a { background-color: #ADDAD5; }
a { background-color: rgb(173,218,213); }
div.DivClassName
{
background-color: #ADDAD5;
}
.BgClassName
{
background-color: #ADDAD5;
}
</style>
border-color css
<style>
span { border-color: #ADDAD5; }
span { border-color: rgb(173,218,213); }
td.TdClassName
{
border-color: #ADDAD5;
}
.TagClassName
{
border-color: #ADDAD5;
}
</style>