Shades of Scandal #A1DCCD
Tints of Scandal #A1DCCD
RGB
CMYK
RGB Variations
Color information
#A1DCCD (or 0xA1DCCD) is known color: Scandal. HEX triplet: A1, DC and CD. RGB value is (161,220,205). Sum of RGB (Red+Green+Blue) = 161+220+205=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCCD is #5E2332. Grayscale: #C8C8C8. Windows color (decimal): -6169395 or 13491361. OLE color: 13491361.
HSL color Cylindrical-coordinate representation of color #A1DCCD: hue angle of 164.75º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCCD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 205 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.14 |
| HSL | 164.75º | 0.46% | 0.75% | - |
| HSV(B) | 164.75º | 0.27% | 0.86% | - |
| XYZ | 51.31 | 63.17 | 67.25 | - |
| YUV | 200.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 205 | 0.27 | 0 | 0.07 | 0.14 | 164.75 | 0.46 | 0.75 |
| Hex | A1 | DC | CD | 1B | 0 | 7 | E | A5 | 2E | 4B |
| Octal | 241 | 334 | 315 | 33 | 0 | 7 | 16 | 245 | 56 | 113 |
| Binary | 10100001 | 11011100 | 11001101 | 11011 | 0 | 111 | 1110 | 10100101 | 101110 | 1001011 |
Color Harmonies of #A1DCCD
Complementary color
Monochromatic Colors of #A1DCCD
Black with #A1DCCD
Text Example
Text Example
White with #A1DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCCD; }
p { color: rgb(161,220,205); }
H1.HeaderClassName
{
color: #A1DCCD;
}
.AnyTagClassName
{
color: #A1DCCD;
}
</style>
background-color css
<style>
a { background-color: #A1DCCD; }
a { background-color: rgb(161,220,205); }
div.DivClassName
{
background-color: #A1DCCD;
}
.BgClassName
{
background-color: #A1DCCD;
}
</style>
border-color css
<style>
span { border-color: #A1DCCD; }
span { border-color: rgb(161,220,205); }
td.TdClassName
{
border-color: #A1DCCD;
}
.TagClassName
{
border-color: #A1DCCD;
}
</style>