Shades of Scandal #A2DECD
Tints of Scandal #A2DECD
RGB
CMYK
RGB Variations
Color information
#A2DECD (or 0xA2DECD) is known color: Scandal. HEX triplet: A2, DE and CD. RGB value is (162,222,205). Sum of RGB (Red+Green+Blue) = 162+222+205=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DECD is #5D2132. Grayscale: #CACACA. Windows color (decimal): -6103347 or 13491874. OLE color: 13491874.
HSL color Cylindrical-coordinate representation of color #A2DECD: hue angle of 163º degrees, saturation: 0.48, 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 #A2DECD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 205 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 163º | 0.48% | 0.75% | - |
| HSV(B) | 163º | 0.27% | 0.87% | - |
| XYZ | 52.04 | 64.33 | 67.43 | - |
| YUV | 202.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 205 | 0.27 | 0 | 0.08 | 0.13 | 163 | 0.48 | 0.75 |
| Hex | A2 | DE | CD | 1B | 0 | 8 | D | A3 | 30 | 4B |
| Octal | 242 | 336 | 315 | 33 | 0 | 10 | 15 | 243 | 60 | 113 |
| Binary | 10100010 | 11011110 | 11001101 | 11011 | 0 | 1000 | 1101 | 10100011 | 110000 | 1001011 |
Color Harmonies of #A2DECD
Complementary color
Monochromatic Colors of #A2DECD
Black with #A2DECD
Text Example
Text Example
White with #A2DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DECD; }
p { color: rgb(162,222,205); }
H1.HeaderClassName
{
color: #A2DECD;
}
.AnyTagClassName
{
color: #A2DECD;
}
</style>
background-color css
<style>
a { background-color: #A2DECD; }
a { background-color: rgb(162,222,205); }
div.DivClassName
{
background-color: #A2DECD;
}
.BgClassName
{
background-color: #A2DECD;
}
</style>
border-color css
<style>
span { border-color: #A2DECD; }
span { border-color: rgb(162,222,205); }
td.TdClassName
{
border-color: #A2DECD;
}
.TagClassName
{
border-color: #A2DECD;
}
</style>