Shades of Scandal #A1DECD
Tints of Scandal #A1DECD
RGB
CMYK
RGB Variations
Color information
#A1DECD (or 0xA1DECD) is known color: Scandal. HEX triplet: A1, DE and CD. RGB value is (161,222,205). Sum of RGB (Red+Green+Blue) = 161+222+205=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DECD is #5E2132. Grayscale: #C9C9C9. Windows color (decimal): -6168883 or 13491873. OLE color: 13491873.
HSL color Cylindrical-coordinate representation of color #A1DECD: hue angle of 163.28º 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 #A1DECD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 205 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.13 |
| HSL | 163.28º | 0.48% | 0.75% | - |
| HSV(B) | 163.28º | 0.27% | 0.87% | - |
| XYZ | 51.84 | 64.23 | 67.42 | - |
| YUV | 201.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 205 | 0.27 | 0 | 0.08 | 0.13 | 163.28 | 0.48 | 0.75 |
| Hex | A1 | DE | CD | 1B | 0 | 8 | D | A3 | 30 | 4B |
| Octal | 241 | 336 | 315 | 33 | 0 | 10 | 15 | 243 | 60 | 113 |
| Binary | 10100001 | 11011110 | 11001101 | 11011 | 0 | 1000 | 1101 | 10100011 | 110000 | 1001011 |
Color Harmonies of #A1DECD
Complementary color
Monochromatic Colors of #A1DECD
Black with #A1DECD
Text Example
Text Example
White with #A1DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DECD; }
p { color: rgb(161,222,205); }
H1.HeaderClassName
{
color: #A1DECD;
}
.AnyTagClassName
{
color: #A1DECD;
}
</style>
background-color css
<style>
a { background-color: #A1DECD; }
a { background-color: rgb(161,222,205); }
div.DivClassName
{
background-color: #A1DECD;
}
.BgClassName
{
background-color: #A1DECD;
}
</style>
border-color css
<style>
span { border-color: #A1DECD; }
span { border-color: rgb(161,222,205); }
td.TdClassName
{
border-color: #A1DECD;
}
.TagClassName
{
border-color: #A1DECD;
}
</style>