Shades of Scandal #A2DBC8
Tints of Scandal #A2DBC8
RGB
CMYK
RGB Variations
Color information
#A2DBC8 (or 0xA2DBC8) is known color: Scandal. HEX triplet: A2, DB and C8. RGB value is (162,219,200). Sum of RGB (Red+Green+Blue) = 162+219+200=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBC8 is #5D2437. Grayscale: #C7C7C7. Windows color (decimal): -6104120 or 13163426. OLE color: 13163426.
HSL color Cylindrical-coordinate representation of color #A2DBC8: hue angle of 160º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBC8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 200 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.14 |
| HSL | 160º | 0.44% | 0.75% | - |
| HSV(B) | 160º | 0.26% | 0.86% | - |
| XYZ | 50.66 | 62.51 | 64.04 | - |
| YUV | 199.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 200 | 0.26 | 0 | 0.09 | 0.14 | 160 | 0.44 | 0.75 |
| Hex | A2 | DB | C8 | 1A | 0 | 9 | E | A0 | 2C | 4B |
| Octal | 242 | 333 | 310 | 32 | 0 | 11 | 16 | 240 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11001000 | 11010 | 0 | 1001 | 1110 | 10100000 | 101100 | 1001011 |
Color Harmonies of #A2DBC8
Complementary color
Monochromatic Colors of #A2DBC8
Black with #A2DBC8
Text Example
Text Example
White with #A2DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBC8; }
p { color: rgb(162,219,200); }
H1.HeaderClassName
{
color: #A2DBC8;
}
.AnyTagClassName
{
color: #A2DBC8;
}
</style>
background-color css
<style>
a { background-color: #A2DBC8; }
a { background-color: rgb(162,219,200); }
div.DivClassName
{
background-color: #A2DBC8;
}
.BgClassName
{
background-color: #A2DBC8;
}
</style>
border-color css
<style>
span { border-color: #A2DBC8; }
span { border-color: rgb(162,219,200); }
td.TdClassName
{
border-color: #A2DBC8;
}
.TagClassName
{
border-color: #A2DBC8;
}
</style>