Shades of Scandal #A2DFCD
Tints of Scandal #A2DFCD
RGB
CMYK
RGB Variations
Color information
#A2DFCD (or 0xA2DFCD) is known color: Scandal. HEX triplet: A2, DF and CD. RGB value is (162,223,205). Sum of RGB (Red+Green+Blue) = 162+223+205=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFCD is #5D2032. Grayscale: #CACACA. Windows color (decimal): -6103091 or 13492130. OLE color: 13492130.
HSL color Cylindrical-coordinate representation of color #A2DFCD: hue angle of 162.3º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFCD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 205 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 162.3º | 0.49% | 0.75% | - |
| HSV(B) | 162.3º | 0.27% | 0.87% | - |
| XYZ | 52.31 | 64.86 | 67.52 | - |
| YUV | 202.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 205 | 0.27 | 0 | 0.08 | 0.13 | 162.3 | 0.49 | 0.75 |
| Hex | A2 | DF | CD | 1B | 0 | 8 | D | A2 | 31 | 4B |
| Octal | 242 | 337 | 315 | 33 | 0 | 10 | 15 | 242 | 61 | 113 |
| Binary | 10100010 | 11011111 | 11001101 | 11011 | 0 | 1000 | 1101 | 10100010 | 110001 | 1001011 |
Color Harmonies of #A2DFCD
Complementary color
Monochromatic Colors of #A2DFCD
Black with #A2DFCD
Text Example
Text Example
White with #A2DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFCD; }
p { color: rgb(162,223,205); }
H1.HeaderClassName
{
color: #A2DFCD;
}
.AnyTagClassName
{
color: #A2DFCD;
}
</style>
background-color css
<style>
a { background-color: #A2DFCD; }
a { background-color: rgb(162,223,205); }
div.DivClassName
{
background-color: #A2DFCD;
}
.BgClassName
{
background-color: #A2DFCD;
}
</style>
border-color css
<style>
span { border-color: #A2DFCD; }
span { border-color: rgb(162,223,205); }
td.TdClassName
{
border-color: #A2DFCD;
}
.TagClassName
{
border-color: #A2DFCD;
}
</style>