Shades of Scandal #A2DBCE
Tints of Scandal #A2DBCE
RGB
CMYK
RGB Variations
Color information
#A2DBCE (or 0xA2DBCE) is known color: Scandal. HEX triplet: A2, DB and CE. RGB value is (162,219,206). Sum of RGB (Red+Green+Blue) = 162+219+206=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBCE is #5D2431. Grayscale: #C8C8C8. Windows color (decimal): -6104114 or 13556642. OLE color: 13556642.
HSL color Cylindrical-coordinate representation of color #A2DBCE: hue angle of 166.32º 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 #A2DBCE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 206 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 166.32º | 0.44% | 0.75% | - |
| HSV(B) | 166.32º | 0.26% | 0.86% | - |
| XYZ | 51.37 | 62.8 | 67.81 | - |
| YUV | 200.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 206 | 0.26 | 0 | 0.06 | 0.14 | 166.32 | 0.44 | 0.75 |
| Hex | A2 | DB | CE | 1A | 0 | 6 | E | A6 | 2C | 4B |
| Octal | 242 | 333 | 316 | 32 | 0 | 6 | 16 | 246 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11001110 | 11010 | 0 | 110 | 1110 | 10100110 | 101100 | 1001011 |
Color Harmonies of #A2DBCE
Complementary color
Monochromatic Colors of #A2DBCE
Black with #A2DBCE
Text Example
Text Example
White with #A2DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBCE; }
p { color: rgb(162,219,206); }
H1.HeaderClassName
{
color: #A2DBCE;
}
.AnyTagClassName
{
color: #A2DBCE;
}
</style>
background-color css
<style>
a { background-color: #A2DBCE; }
a { background-color: rgb(162,219,206); }
div.DivClassName
{
background-color: #A2DBCE;
}
.BgClassName
{
background-color: #A2DBCE;
}
</style>
border-color css
<style>
span { border-color: #A2DBCE; }
span { border-color: rgb(162,219,206); }
td.TdClassName
{
border-color: #A2DBCE;
}
.TagClassName
{
border-color: #A2DBCE;
}
</style>