Shades of Scandal #A2DCCD
Tints of Scandal #A2DCCD
RGB
CMYK
RGB Variations
Color information
#A2DCCD (or 0xA2DCCD) is known color: Scandal. HEX triplet: A2, DC and CD. RGB value is (162,220,205). Sum of RGB (Red+Green+Blue) = 162+220+205=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCCD is #5D2332. Grayscale: #C8C8C8. Windows color (decimal): -6103859 or 13491362. OLE color: 13491362.
HSL color Cylindrical-coordinate representation of color #A2DCCD: hue angle of 164.48º 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 #A2DCCD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 205 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.14 |
| HSL | 164.48º | 0.45% | 0.75% | - |
| HSV(B) | 164.48º | 0.26% | 0.86% | - |
| XYZ | 51.51 | 63.28 | 67.26 | - |
| YUV | 200.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 205 | 0.26 | 0 | 0.07 | 0.14 | 164.48 | 0.45 | 0.75 |
| Hex | A2 | DC | CD | 1A | 0 | 7 | E | A4 | 2D | 4B |
| Octal | 242 | 334 | 315 | 32 | 0 | 7 | 16 | 244 | 55 | 113 |
| Binary | 10100010 | 11011100 | 11001101 | 11010 | 0 | 111 | 1110 | 10100100 | 101101 | 1001011 |
Color Harmonies of #A2DCCD
Complementary color
Monochromatic Colors of #A2DCCD
Black with #A2DCCD
Text Example
Text Example
White with #A2DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCCD; }
p { color: rgb(162,220,205); }
H1.HeaderClassName
{
color: #A2DCCD;
}
.AnyTagClassName
{
color: #A2DCCD;
}
</style>
background-color css
<style>
a { background-color: #A2DCCD; }
a { background-color: rgb(162,220,205); }
div.DivClassName
{
background-color: #A2DCCD;
}
.BgClassName
{
background-color: #A2DCCD;
}
</style>
border-color css
<style>
span { border-color: #A2DCCD; }
span { border-color: rgb(162,220,205); }
td.TdClassName
{
border-color: #A2DCCD;
}
.TagClassName
{
border-color: #A2DCCD;
}
</style>