Shades of Scandal #A1DBC8
Tints of Scandal #A1DBC8
RGB
CMYK
RGB Variations
Color information
#A1DBC8 (or 0xA1DBC8) is known color: Scandal. HEX triplet: A1, DB and C8. RGB value is (161,219,200). Sum of RGB (Red+Green+Blue) = 161+219+200=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBC8 is #5E2437. Grayscale: #C7C7C7. Windows color (decimal): -6169656 or 13163425. OLE color: 13163425.
HSL color Cylindrical-coordinate representation of color #A1DBC8: hue angle of 160.34º 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 #A1DBC8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 200 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.14 |
| HSL | 160.34º | 0.45% | 0.75% | - |
| HSV(B) | 160.34º | 0.26% | 0.86% | - |
| XYZ | 50.45 | 62.41 | 64.03 | - |
| YUV | 199.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 200 | 0.26 | 0 | 0.09 | 0.14 | 160.34 | 0.45 | 0.75 |
| Hex | A1 | DB | C8 | 1A | 0 | 9 | E | A0 | 2D | 4B |
| Octal | 241 | 333 | 310 | 32 | 0 | 11 | 16 | 240 | 55 | 113 |
| Binary | 10100001 | 11011011 | 11001000 | 11010 | 0 | 1001 | 1110 | 10100000 | 101101 | 1001011 |
Color Harmonies of #A1DBC8
Complementary color
Monochromatic Colors of #A1DBC8
Black with #A1DBC8
Text Example
Text Example
White with #A1DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBC8; }
p { color: rgb(161,219,200); }
H1.HeaderClassName
{
color: #A1DBC8;
}
.AnyTagClassName
{
color: #A1DBC8;
}
</style>
background-color css
<style>
a { background-color: #A1DBC8; }
a { background-color: rgb(161,219,200); }
div.DivClassName
{
background-color: #A1DBC8;
}
.BgClassName
{
background-color: #A1DBC8;
}
</style>
border-color css
<style>
span { border-color: #A1DBC8; }
span { border-color: rgb(161,219,200); }
td.TdClassName
{
border-color: #A1DBC8;
}
.TagClassName
{
border-color: #A1DBC8;
}
</style>