Shades of Scandal #ADDACC
Tints of Scandal #ADDACC
RGB
CMYK
RGB Variations
Color information
#ADDACC (or 0xADDACC) is known color: Scandal. HEX triplet: AD, DA and CC. RGB value is (173,218,204). Sum of RGB (Red+Green+Blue) = 173+218+204=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDACC is #522533. Grayscale: #CACACA. Windows color (decimal): -5383476 or 13425325. OLE color: 13425325.
HSL color Cylindrical-coordinate representation of color #ADDACC: hue angle of 161.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 #ADDACC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 204 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.15 |
| HSL | 161.33º | 0.38% | 0.77% | - |
| HSV(B) | 161.33º | 0.21% | 0.85% | - |
| XYZ | 53.2 | 63.39 | 66.56 | - |
| YUV | 202.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 204 | 0.21 | 0 | 0.06 | 0.15 | 161.33 | 0.38 | 0.77 |
| Hex | AD | DA | CC | 15 | 0 | 6 | F | A1 | 26 | 4D |
| Octal | 255 | 332 | 314 | 25 | 0 | 6 | 17 | 241 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11001100 | 10101 | 0 | 110 | 1111 | 10100001 | 100110 | 1001101 |
Color Harmonies of #ADDACC
Complementary color
Monochromatic Colors of #ADDACC
Black with #ADDACC
Text Example
Text Example
White with #ADDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDACC; }
p { color: rgb(173,218,204); }
H1.HeaderClassName
{
color: #ADDACC;
}
.AnyTagClassName
{
color: #ADDACC;
}
</style>
background-color css
<style>
a { background-color: #ADDACC; }
a { background-color: rgb(173,218,204); }
div.DivClassName
{
background-color: #ADDACC;
}
.BgClassName
{
background-color: #ADDACC;
}
</style>
border-color css
<style>
span { border-color: #ADDACC; }
span { border-color: rgb(173,218,204); }
td.TdClassName
{
border-color: #ADDACC;
}
.TagClassName
{
border-color: #ADDACC;
}
</style>