Shades of Scandal #A2DCCF
Tints of Scandal #A2DCCF
RGB
CMYK
RGB Variations
Color information
#A2DCCF (or 0xA2DCCF) is known color: Scandal. HEX triplet: A2, DC and CF. RGB value is (162,220,207). Sum of RGB (Red+Green+Blue) = 162+220+207=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCCF is #5D2330. Grayscale: #C9C9C9. Windows color (decimal): -6103857 or 13622434. OLE color: 13622434.
HSL color Cylindrical-coordinate representation of color #A2DCCF: hue angle of 166.55º degrees, saturation: 0.45, 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 #A2DCCF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 207 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 166.55º | 0.45% | 0.75% | - |
| HSV(B) | 166.55º | 0.26% | 0.86% | - |
| XYZ | 51.76 | 63.37 | 68.54 | - |
| YUV | 201.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 207 | 0.26 | 0 | 0.06 | 0.14 | 166.55 | 0.45 | 0.75 |
| Hex | A2 | DC | CF | 1A | 0 | 6 | E | A7 | 2D | 4B |
| Octal | 242 | 334 | 317 | 32 | 0 | 6 | 16 | 247 | 55 | 113 |
| Binary | 10100010 | 11011100 | 11001111 | 11010 | 0 | 110 | 1110 | 10100111 | 101101 | 1001011 |
Color Harmonies of #A2DCCF
Complementary color
Monochromatic Colors of #A2DCCF
Black with #A2DCCF
Text Example
Text Example
White with #A2DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCCF; }
p { color: rgb(162,220,207); }
H1.HeaderClassName
{
color: #A2DCCF;
}
.AnyTagClassName
{
color: #A2DCCF;
}
</style>
background-color css
<style>
a { background-color: #A2DCCF; }
a { background-color: rgb(162,220,207); }
div.DivClassName
{
background-color: #A2DCCF;
}
.BgClassName
{
background-color: #A2DCCF;
}
</style>
border-color css
<style>
span { border-color: #A2DCCF; }
span { border-color: rgb(162,220,207); }
td.TdClassName
{
border-color: #A2DCCF;
}
.TagClassName
{
border-color: #A2DCCF;
}
</style>