Shades of Scandal #A1DECB
Tints of Scandal #A1DECB
RGB
CMYK
RGB Variations
Color information
#A1DECB (or 0xA1DECB) is known color: Scandal. HEX triplet: A1, DE and CB. RGB value is (161,222,203). Sum of RGB (Red+Green+Blue) = 161+222+203=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DECB is #5E2134. Grayscale: #C9C9C9. Windows color (decimal): -6168885 or 13360801. OLE color: 13360801.
HSL color Cylindrical-coordinate representation of color #A1DECB: hue angle of 161.31º 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 #A1DECB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 203 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.13 |
| HSL | 161.31º | 0.48% | 0.75% | - |
| HSV(B) | 161.31º | 0.27% | 0.87% | - |
| XYZ | 51.6 | 64.13 | 66.16 | - |
| YUV | 201.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 203 | 0.27 | 0 | 0.09 | 0.13 | 161.31 | 0.48 | 0.75 |
| Hex | A1 | DE | CB | 1B | 0 | 9 | D | A1 | 30 | 4B |
| Octal | 241 | 336 | 313 | 33 | 0 | 11 | 15 | 241 | 60 | 113 |
| Binary | 10100001 | 11011110 | 11001011 | 11011 | 0 | 1001 | 1101 | 10100001 | 110000 | 1001011 |
Color Harmonies of #A1DECB
Complementary color
Monochromatic Colors of #A1DECB
Black with #A1DECB
Text Example
Text Example
White with #A1DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DECB; }
p { color: rgb(161,222,203); }
H1.HeaderClassName
{
color: #A1DECB;
}
.AnyTagClassName
{
color: #A1DECB;
}
</style>
background-color css
<style>
a { background-color: #A1DECB; }
a { background-color: rgb(161,222,203); }
div.DivClassName
{
background-color: #A1DECB;
}
.BgClassName
{
background-color: #A1DECB;
}
</style>
border-color css
<style>
span { border-color: #A1DECB; }
span { border-color: rgb(161,222,203); }
td.TdClassName
{
border-color: #A1DECB;
}
.TagClassName
{
border-color: #A1DECB;
}
</style>