Shades of Scandal #A2DBCC
Tints of Scandal #A2DBCC
RGB
CMYK
RGB Variations
Color information
#A2DBCC (or 0xA2DBCC) is known color: Scandal. HEX triplet: A2, DB and CC. RGB value is (162,219,204). Sum of RGB (Red+Green+Blue) = 162+219+204=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBCC is #5D2433. Grayscale: #C8C8C8. Windows color (decimal): -6104116 or 13425570. OLE color: 13425570.
HSL color Cylindrical-coordinate representation of color #A2DBCC: hue angle of 164.21º 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 #A2DBCC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 204 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.14 |
| HSL | 164.21º | 0.44% | 0.75% | - |
| HSV(B) | 164.21º | 0.26% | 0.86% | - |
| XYZ | 51.13 | 62.7 | 66.53 | - |
| YUV | 200.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 204 | 0.26 | 0 | 0.07 | 0.14 | 164.21 | 0.44 | 0.75 |
| Hex | A2 | DB | CC | 1A | 0 | 7 | E | A4 | 2C | 4B |
| Octal | 242 | 333 | 314 | 32 | 0 | 7 | 16 | 244 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11001100 | 11010 | 0 | 111 | 1110 | 10100100 | 101100 | 1001011 |
Color Harmonies of #A2DBCC
Complementary color
Monochromatic Colors of #A2DBCC
Black with #A2DBCC
Text Example
Text Example
White with #A2DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBCC; }
p { color: rgb(162,219,204); }
H1.HeaderClassName
{
color: #A2DBCC;
}
.AnyTagClassName
{
color: #A2DBCC;
}
</style>
background-color css
<style>
a { background-color: #A2DBCC; }
a { background-color: rgb(162,219,204); }
div.DivClassName
{
background-color: #A2DBCC;
}
.BgClassName
{
background-color: #A2DBCC;
}
</style>
border-color css
<style>
span { border-color: #A2DBCC; }
span { border-color: rgb(162,219,204); }
td.TdClassName
{
border-color: #A2DBCC;
}
.TagClassName
{
border-color: #A2DBCC;
}
</style>