Shades of Scandal #A2DECA
Tints of Scandal #A2DECA
RGB
CMYK
RGB Variations
Color information
#A2DECA (or 0xA2DECA) is known color: Scandal. HEX triplet: A2, DE and CA. RGB value is (162,222,202). Sum of RGB (Red+Green+Blue) = 162+222+202=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DECA is #5D2135. Grayscale: #C9C9C9. Windows color (decimal): -6103350 or 13295266. OLE color: 13295266.
HSL color Cylindrical-coordinate representation of color #A2DECA: hue angle of 160º 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 #A2DECA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 202 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.13 |
| HSL | 160º | 0.48% | 0.75% | - |
| HSV(B) | 160º | 0.27% | 0.87% | - |
| XYZ | 51.68 | 64.19 | 65.54 | - |
| YUV | 201.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 202 | 0.27 | 0 | 0.09 | 0.13 | 160 | 0.48 | 0.75 |
| Hex | A2 | DE | CA | 1B | 0 | 9 | D | A0 | 30 | 4B |
| Octal | 242 | 336 | 312 | 33 | 0 | 11 | 15 | 240 | 60 | 113 |
| Binary | 10100010 | 11011110 | 11001010 | 11011 | 0 | 1001 | 1101 | 10100000 | 110000 | 1001011 |
Color Harmonies of #A2DECA
Complementary color
Monochromatic Colors of #A2DECA
Black with #A2DECA
Text Example
Text Example
White with #A2DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DECA; }
p { color: rgb(162,222,202); }
H1.HeaderClassName
{
color: #A2DECA;
}
.AnyTagClassName
{
color: #A2DECA;
}
</style>
background-color css
<style>
a { background-color: #A2DECA; }
a { background-color: rgb(162,222,202); }
div.DivClassName
{
background-color: #A2DECA;
}
.BgClassName
{
background-color: #A2DECA;
}
</style>
border-color css
<style>
span { border-color: #A2DECA; }
span { border-color: rgb(162,222,202); }
td.TdClassName
{
border-color: #A2DECA;
}
.TagClassName
{
border-color: #A2DECA;
}
</style>