Shades of Scandal #ADDACE
Tints of Scandal #ADDACE
RGB
CMYK
RGB Variations
Color information
#ADDACE (or 0xADDACE) is known color: Scandal. HEX triplet: AD, DA and CE. RGB value is (173,218,206). Sum of RGB (Red+Green+Blue) = 173+218+206=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDACE is #522531. Grayscale: #CBCBCB. Windows color (decimal): -5383474 or 13556397. OLE color: 13556397.
HSL color Cylindrical-coordinate representation of color #ADDACE: hue angle of 164º 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 #ADDACE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 206 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.15 |
| HSL | 164º | 0.38% | 0.77% | - |
| HSV(B) | 164º | 0.21% | 0.85% | - |
| XYZ | 53.45 | 63.48 | 67.83 | - |
| YUV | 203.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 206 | 0.21 | 0 | 0.06 | 0.15 | 164 | 0.38 | 0.77 |
| Hex | AD | DA | CE | 15 | 0 | 6 | F | A4 | 26 | 4D |
| Octal | 255 | 332 | 316 | 25 | 0 | 6 | 17 | 244 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11001110 | 10101 | 0 | 110 | 1111 | 10100100 | 100110 | 1001101 |
Color Harmonies of #ADDACE
Complementary color
Monochromatic Colors of #ADDACE
Black with #ADDACE
Text Example
Text Example
White with #ADDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDACE; }
p { color: rgb(173,218,206); }
H1.HeaderClassName
{
color: #ADDACE;
}
.AnyTagClassName
{
color: #ADDACE;
}
</style>
background-color css
<style>
a { background-color: #ADDACE; }
a { background-color: rgb(173,218,206); }
div.DivClassName
{
background-color: #ADDACE;
}
.BgClassName
{
background-color: #ADDACE;
}
</style>
border-color css
<style>
span { border-color: #ADDACE; }
span { border-color: rgb(173,218,206); }
td.TdClassName
{
border-color: #ADDACE;
}
.TagClassName
{
border-color: #ADDACE;
}
</style>