Shades of Scandal #A2DDCD
Tints of Scandal #A2DDCD
RGB
CMYK
RGB Variations
Color information
#A2DDCD (or 0xA2DDCD) is known color: Scandal. HEX triplet: A2, DD and CD. RGB value is (162,221,205). Sum of RGB (Red+Green+Blue) = 162+221+205=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDCD is #5D2232. Grayscale: #C9C9C9. Windows color (decimal): -6103603 or 13491618. OLE color: 13491618.
HSL color Cylindrical-coordinate representation of color #A2DDCD: hue angle of 163.73º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDCD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 205 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.13 |
| HSL | 163.73º | 0.46% | 0.75% | - |
| HSV(B) | 163.73º | 0.27% | 0.87% | - |
| XYZ | 51.78 | 63.8 | 67.34 | - |
| YUV | 201.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 205 | 0.27 | 0 | 0.07 | 0.13 | 163.73 | 0.46 | 0.75 |
| Hex | A2 | DD | CD | 1B | 0 | 7 | D | A4 | 2E | 4B |
| Octal | 242 | 335 | 315 | 33 | 0 | 7 | 15 | 244 | 56 | 113 |
| Binary | 10100010 | 11011101 | 11001101 | 11011 | 0 | 111 | 1101 | 10100100 | 101110 | 1001011 |
Color Harmonies of #A2DDCD
Complementary color
Monochromatic Colors of #A2DDCD
Black with #A2DDCD
Text Example
Text Example
White with #A2DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDCD; }
p { color: rgb(162,221,205); }
H1.HeaderClassName
{
color: #A2DDCD;
}
.AnyTagClassName
{
color: #A2DDCD;
}
</style>
background-color css
<style>
a { background-color: #A2DDCD; }
a { background-color: rgb(162,221,205); }
div.DivClassName
{
background-color: #A2DDCD;
}
.BgClassName
{
background-color: #A2DDCD;
}
</style>
border-color css
<style>
span { border-color: #A2DDCD; }
span { border-color: rgb(162,221,205); }
td.TdClassName
{
border-color: #A2DDCD;
}
.TagClassName
{
border-color: #A2DDCD;
}
</style>