Shades of Scandal #A1DBCA
Tints of Scandal #A1DBCA
RGB
CMYK
RGB Variations
Color information
#A1DBCA (or 0xA1DBCA) is known color: Scandal. HEX triplet: A1, DB and CA. RGB value is (161,219,202). Sum of RGB (Red+Green+Blue) = 161+219+202=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBCA is #5E2435. Grayscale: #C7C7C7. Windows color (decimal): -6169654 or 13294497. OLE color: 13294497.
HSL color Cylindrical-coordinate representation of color #A1DBCA: hue angle of 162.41º 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 #A1DBCA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 202 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.14 |
| HSL | 162.41º | 0.45% | 0.75% | - |
| HSV(B) | 162.41º | 0.26% | 0.86% | - |
| XYZ | 50.69 | 62.5 | 65.27 | - |
| YUV | 199.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 202 | 0.26 | 0 | 0.08 | 0.14 | 162.41 | 0.45 | 0.75 |
| Hex | A1 | DB | CA | 1A | 0 | 8 | E | A2 | 2D | 4B |
| Octal | 241 | 333 | 312 | 32 | 0 | 10 | 16 | 242 | 55 | 113 |
| Binary | 10100001 | 11011011 | 11001010 | 11010 | 0 | 1000 | 1110 | 10100010 | 101101 | 1001011 |
Color Harmonies of #A1DBCA
Complementary color
Monochromatic Colors of #A1DBCA
Black with #A1DBCA
Text Example
Text Example
White with #A1DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBCA; }
p { color: rgb(161,219,202); }
H1.HeaderClassName
{
color: #A1DBCA;
}
.AnyTagClassName
{
color: #A1DBCA;
}
</style>
background-color css
<style>
a { background-color: #A1DBCA; }
a { background-color: rgb(161,219,202); }
div.DivClassName
{
background-color: #A1DBCA;
}
.BgClassName
{
background-color: #A1DBCA;
}
</style>
border-color css
<style>
span { border-color: #A1DBCA; }
span { border-color: rgb(161,219,202); }
td.TdClassName
{
border-color: #A1DBCA;
}
.TagClassName
{
border-color: #A1DBCA;
}
</style>