Shades of Scandal #A1DECC
Tints of Scandal #A1DECC
RGB
CMYK
RGB Variations
Color information
#A1DECC (or 0xA1DECC) is known color: Scandal. HEX triplet: A1, DE and CC. RGB value is (161,222,204). Sum of RGB (Red+Green+Blue) = 161+222+204=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DECC is #5E2133. Grayscale: #C9C9C9. Windows color (decimal): -6168884 or 13426337. OLE color: 13426337.
HSL color Cylindrical-coordinate representation of color #A1DECC: hue angle of 162.3º 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 #A1DECC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 204 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 162.3º | 0.48% | 0.75% | - |
| HSV(B) | 162.3º | 0.27% | 0.87% | - |
| XYZ | 51.72 | 64.18 | 66.79 | - |
| YUV | 201.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 204 | 0.27 | 0 | 0.08 | 0.13 | 162.3 | 0.48 | 0.75 |
| Hex | A1 | DE | CC | 1B | 0 | 8 | D | A2 | 30 | 4B |
| Octal | 241 | 336 | 314 | 33 | 0 | 10 | 15 | 242 | 60 | 113 |
| Binary | 10100001 | 11011110 | 11001100 | 11011 | 0 | 1000 | 1101 | 10100010 | 110000 | 1001011 |
Color Harmonies of #A1DECC
Complementary color
Monochromatic Colors of #A1DECC
Black with #A1DECC
Text Example
Text Example
White with #A1DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DECC; }
p { color: rgb(161,222,204); }
H1.HeaderClassName
{
color: #A1DECC;
}
.AnyTagClassName
{
color: #A1DECC;
}
</style>
background-color css
<style>
a { background-color: #A1DECC; }
a { background-color: rgb(161,222,204); }
div.DivClassName
{
background-color: #A1DECC;
}
.BgClassName
{
background-color: #A1DECC;
}
</style>
border-color css
<style>
span { border-color: #A1DECC; }
span { border-color: rgb(161,222,204); }
td.TdClassName
{
border-color: #A1DECC;
}
.TagClassName
{
border-color: #A1DECC;
}
</style>