Shades of Scandal #A1DDCD
Tints of Scandal #A1DDCD
RGB
CMYK
RGB Variations
Color information
#A1DDCD (or 0xA1DDCD) is known color: Scandal. HEX triplet: A1, DD and CD. RGB value is (161,221,205). Sum of RGB (Red+Green+Blue) = 161+221+205=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCD is #5E2232. Grayscale: #C9C9C9. Windows color (decimal): -6169139 or 13491617. OLE color: 13491617.
HSL color Cylindrical-coordinate representation of color #A1DDCD: hue angle of 164º degrees, saturation: 0.47, 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 #A1DDCD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 205 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.13 |
| HSL | 164º | 0.47% | 0.75% | - |
| HSV(B) | 164º | 0.27% | 0.87% | - |
| XYZ | 51.57 | 63.7 | 67.33 | - |
| YUV | 201.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 205 | 0.27 | 0 | 0.07 | 0.13 | 164 | 0.47 | 0.75 |
| Hex | A1 | DD | CD | 1B | 0 | 7 | D | A4 | 2F | 4B |
| Octal | 241 | 335 | 315 | 33 | 0 | 7 | 15 | 244 | 57 | 113 |
| Binary | 10100001 | 11011101 | 11001101 | 11011 | 0 | 111 | 1101 | 10100100 | 101111 | 1001011 |
Color Harmonies of #A1DDCD
Complementary color
Monochromatic Colors of #A1DDCD
Black with #A1DDCD
Text Example
Text Example
White with #A1DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDCD; }
p { color: rgb(161,221,205); }
H1.HeaderClassName
{
color: #A1DDCD;
}
.AnyTagClassName
{
color: #A1DDCD;
}
</style>
background-color css
<style>
a { background-color: #A1DDCD; }
a { background-color: rgb(161,221,205); }
div.DivClassName
{
background-color: #A1DDCD;
}
.BgClassName
{
background-color: #A1DDCD;
}
</style>
border-color css
<style>
span { border-color: #A1DDCD; }
span { border-color: rgb(161,221,205); }
td.TdClassName
{
border-color: #A1DDCD;
}
.TagClassName
{
border-color: #A1DDCD;
}
</style>