Shades of Scandal #A2DDCC
Tints of Scandal #A2DDCC
RGB
CMYK
RGB Variations
Color information
#A2DDCC (or 0xA2DDCC) is known color: Scandal. HEX triplet: A2, DD and CC. RGB value is (162,221,204). Sum of RGB (Red+Green+Blue) = 162+221+204=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DDCC is #5D2233. Grayscale: #C9C9C9. Windows color (decimal): -6103604 or 13426082. OLE color: 13426082.
HSL color Cylindrical-coordinate representation of color #A2DDCC: hue angle of 162.71º 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 #A2DDCC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 204 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 162.71º | 0.46% | 0.75% | - |
| HSV(B) | 162.71º | 0.27% | 0.87% | - |
| XYZ | 51.66 | 63.75 | 66.71 | - |
| YUV | 201.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 204 | 0.27 | 0 | 0.08 | 0.13 | 162.71 | 0.46 | 0.75 |
| Hex | A2 | DD | CC | 1B | 0 | 8 | D | A3 | 2E | 4B |
| Octal | 242 | 335 | 314 | 33 | 0 | 10 | 15 | 243 | 56 | 113 |
| Binary | 10100010 | 11011101 | 11001100 | 11011 | 0 | 1000 | 1101 | 10100011 | 101110 | 1001011 |
Color Harmonies of #A2DDCC
Complementary color
Monochromatic Colors of #A2DDCC
Black with #A2DDCC
Text Example
Text Example
White with #A2DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDCC; }
p { color: rgb(162,221,204); }
H1.HeaderClassName
{
color: #A2DDCC;
}
.AnyTagClassName
{
color: #A2DDCC;
}
</style>
background-color css
<style>
a { background-color: #A2DDCC; }
a { background-color: rgb(162,221,204); }
div.DivClassName
{
background-color: #A2DDCC;
}
.BgClassName
{
background-color: #A2DDCC;
}
</style>
border-color css
<style>
span { border-color: #A2DDCC; }
span { border-color: rgb(162,221,204); }
td.TdClassName
{
border-color: #A2DDCC;
}
.TagClassName
{
border-color: #A2DDCC;
}
</style>