Shades of Scandal #A2DACC
Tints of Scandal #A2DACC
RGB
CMYK
RGB Variations
Color information
#A2DACC (or 0xA2DACC) is known color: Scandal. HEX triplet: A2, DA and CC. RGB value is (162,218,204). Sum of RGB (Red+Green+Blue) = 162+218+204=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DACC is #5D2533. Grayscale: #C7C7C7. Windows color (decimal): -6104372 or 13425314. OLE color: 13425314.
HSL color Cylindrical-coordinate representation of color #A2DACC: hue angle of 165º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DACC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 204 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.15 |
| HSL | 165º | 0.43% | 0.75% | - |
| HSV(B) | 165º | 0.26% | 0.85% | - |
| XYZ | 50.87 | 62.18 | 66.45 | - |
| YUV | 199.66 | 130.45 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 204 | 0.26 | 0 | 0.06 | 0.15 | 165 | 0.43 | 0.75 |
| Hex | A2 | DA | CC | 1A | 0 | 6 | F | A5 | 2B | 4B |
| Octal | 242 | 332 | 314 | 32 | 0 | 6 | 17 | 245 | 53 | 113 |
| Binary | 10100010 | 11011010 | 11001100 | 11010 | 0 | 110 | 1111 | 10100101 | 101011 | 1001011 |
Color Harmonies of #A2DACC
Complementary color
Monochromatic Colors of #A2DACC
Black with #A2DACC
Text Example
Text Example
White with #A2DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DACC; }
p { color: rgb(162,218,204); }
H1.HeaderClassName
{
color: #A2DACC;
}
.AnyTagClassName
{
color: #A2DACC;
}
</style>
background-color css
<style>
a { background-color: #A2DACC; }
a { background-color: rgb(162,218,204); }
div.DivClassName
{
background-color: #A2DACC;
}
.BgClassName
{
background-color: #A2DACC;
}
</style>
border-color css
<style>
span { border-color: #A2DACC; }
span { border-color: rgb(162,218,204); }
td.TdClassName
{
border-color: #A2DACC;
}
.TagClassName
{
border-color: #A2DACC;
}
</style>