Shades of Scandal #A1DBCD
Tints of Scandal #A1DBCD
RGB
CMYK
RGB Variations
Color information
#A1DBCD (or 0xA1DBCD) is known color: Scandal. HEX triplet: A1, DB and CD. RGB value is (161,219,205). Sum of RGB (Red+Green+Blue) = 161+219+205=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBCD is #5E2432. Grayscale: #C8C8C8. Windows color (decimal): -6169651 or 13491105. OLE color: 13491105.
HSL color Cylindrical-coordinate representation of color #A1DBCD: hue angle of 165.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBCD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 205 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 165.52º | 0.45% | 0.75% | - |
| HSV(B) | 165.52º | 0.26% | 0.86% | - |
| XYZ | 51.05 | 62.65 | 67.16 | - |
| YUV | 200.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 205 | 0.26 | 0 | 0.06 | 0.14 | 165.52 | 0.45 | 0.75 |
| Hex | A1 | DB | CD | 1A | 0 | 6 | E | A6 | 2D | 4B |
| Octal | 241 | 333 | 315 | 32 | 0 | 6 | 16 | 246 | 55 | 113 |
| Binary | 10100001 | 11011011 | 11001101 | 11010 | 0 | 110 | 1110 | 10100110 | 101101 | 1001011 |
Color Harmonies of #A1DBCD
Complementary color
Monochromatic Colors of #A1DBCD
Black with #A1DBCD
Text Example
Text Example
White with #A1DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBCD; }
p { color: rgb(161,219,205); }
H1.HeaderClassName
{
color: #A1DBCD;
}
.AnyTagClassName
{
color: #A1DBCD;
}
</style>
background-color css
<style>
a { background-color: #A1DBCD; }
a { background-color: rgb(161,219,205); }
div.DivClassName
{
background-color: #A1DBCD;
}
.BgClassName
{
background-color: #A1DBCD;
}
</style>
border-color css
<style>
span { border-color: #A1DBCD; }
span { border-color: rgb(161,219,205); }
td.TdClassName
{
border-color: #A1DBCD;
}
.TagClassName
{
border-color: #A1DBCD;
}
</style>