Shades of Scandal #A2DBCD
Tints of Scandal #A2DBCD
RGB
CMYK
RGB Variations
Color information
#A2DBCD (or 0xA2DBCD) is known color: Scandal. HEX triplet: A2, DB and CD. RGB value is (162,219,205). Sum of RGB (Red+Green+Blue) = 162+219+205=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBCD is #5D2432. Grayscale: #C8C8C8. Windows color (decimal): -6104115 or 13491106. OLE color: 13491106.
HSL color Cylindrical-coordinate representation of color #A2DBCD: hue angle of 165.26º 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 #A2DBCD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 205 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 165.26º | 0.44% | 0.75% | - |
| HSV(B) | 165.26º | 0.26% | 0.86% | - |
| XYZ | 51.25 | 62.75 | 67.17 | - |
| YUV | 200.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 205 | 0.26 | 0 | 0.06 | 0.14 | 165.26 | 0.44 | 0.75 |
| Hex | A2 | DB | CD | 1A | 0 | 6 | E | A5 | 2C | 4B |
| Octal | 242 | 333 | 315 | 32 | 0 | 6 | 16 | 245 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11001101 | 11010 | 0 | 110 | 1110 | 10100101 | 101100 | 1001011 |
Color Harmonies of #A2DBCD
Complementary color
Monochromatic Colors of #A2DBCD
Black with #A2DBCD
Text Example
Text Example
White with #A2DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBCD; }
p { color: rgb(162,219,205); }
H1.HeaderClassName
{
color: #A2DBCD;
}
.AnyTagClassName
{
color: #A2DBCD;
}
</style>
background-color css
<style>
a { background-color: #A2DBCD; }
a { background-color: rgb(162,219,205); }
div.DivClassName
{
background-color: #A2DBCD;
}
.BgClassName
{
background-color: #A2DBCD;
}
</style>
border-color css
<style>
span { border-color: #A2DBCD; }
span { border-color: rgb(162,219,205); }
td.TdClassName
{
border-color: #A2DBCD;
}
.TagClassName
{
border-color: #A2DBCD;
}
</style>