Shades of Scandal #A0DBCA
Tints of Scandal #A0DBCA
RGB
CMYK
RGB Variations
Color information
#A0DBCA (or 0xA0DBCA) is known color: Scandal. HEX triplet: A0, DB and CA. RGB value is (160,219,202). Sum of RGB (Red+Green+Blue) = 160+219+202=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBCA is #5F2435. Grayscale: #C7C7C7. Windows color (decimal): -6235190 or 13294496. OLE color: 13294496.
HSL color Cylindrical-coordinate representation of color #A0DBCA: hue angle of 162.71º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBCA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 202 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.14 |
| HSL | 162.71º | 0.45% | 0.74% | - |
| HSV(B) | 162.71º | 0.27% | 0.86% | - |
| XYZ | 50.49 | 62.4 | 65.26 | - |
| YUV | 199.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 202 | 0.27 | 0 | 0.08 | 0.14 | 162.71 | 0.45 | 0.74 |
| Hex | A0 | DB | CA | 1B | 0 | 8 | E | A3 | 2D | 4A |
| Octal | 240 | 333 | 312 | 33 | 0 | 10 | 16 | 243 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11001010 | 11011 | 0 | 1000 | 1110 | 10100011 | 101101 | 1001010 |
Color Harmonies of #A0DBCA
Complementary color
Monochromatic Colors of #A0DBCA
Black with #A0DBCA
Text Example
Text Example
White with #A0DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBCA; }
p { color: rgb(160,219,202); }
H1.HeaderClassName
{
color: #A0DBCA;
}
.AnyTagClassName
{
color: #A0DBCA;
}
</style>
background-color css
<style>
a { background-color: #A0DBCA; }
a { background-color: rgb(160,219,202); }
div.DivClassName
{
background-color: #A0DBCA;
}
.BgClassName
{
background-color: #A0DBCA;
}
</style>
border-color css
<style>
span { border-color: #A0DBCA; }
span { border-color: rgb(160,219,202); }
td.TdClassName
{
border-color: #A0DBCA;
}
.TagClassName
{
border-color: #A0DBCA;
}
</style>