Shades of Scandal #ADDACD
Tints of Scandal #ADDACD
RGB
CMYK
RGB Variations
Color information
#ADDACD (or 0xADDACD) is known color: Scandal. HEX triplet: AD, DA and CD. RGB value is (173,218,205). Sum of RGB (Red+Green+Blue) = 173+218+205=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDACD is #522532. Grayscale: #CBCBCB. Windows color (decimal): -5383475 or 13490861. OLE color: 13490861.
HSL color Cylindrical-coordinate representation of color #ADDACD: hue angle of 162.67º 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 #ADDACD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 205 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.15 |
| HSL | 162.67º | 0.38% | 0.77% | - |
| HSV(B) | 162.67º | 0.21% | 0.85% | - |
| XYZ | 53.32 | 63.43 | 67.19 | - |
| YUV | 203.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 205 | 0.21 | 0 | 0.06 | 0.15 | 162.67 | 0.38 | 0.77 |
| Hex | AD | DA | CD | 15 | 0 | 6 | F | A3 | 26 | 4D |
| Octal | 255 | 332 | 315 | 25 | 0 | 6 | 17 | 243 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11001101 | 10101 | 0 | 110 | 1111 | 10100011 | 100110 | 1001101 |
Color Harmonies of #ADDACD
Complementary color
Monochromatic Colors of #ADDACD
Black with #ADDACD
Text Example
Text Example
White with #ADDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDACD; }
p { color: rgb(173,218,205); }
H1.HeaderClassName
{
color: #ADDACD;
}
.AnyTagClassName
{
color: #ADDACD;
}
</style>
background-color css
<style>
a { background-color: #ADDACD; }
a { background-color: rgb(173,218,205); }
div.DivClassName
{
background-color: #ADDACD;
}
.BgClassName
{
background-color: #ADDACD;
}
</style>
border-color css
<style>
span { border-color: #ADDACD; }
span { border-color: rgb(173,218,205); }
td.TdClassName
{
border-color: #ADDACD;
}
.TagClassName
{
border-color: #ADDACD;
}
</style>