Shades of Scandal #A0DFCD
Tints of Scandal #A0DFCD
RGB
CMYK
RGB Variations
Color information
#A0DFCD (or 0xA0DFCD) is known color: Scandal. HEX triplet: A0, DF and CD. RGB value is (160,223,205). Sum of RGB (Red+Green+Blue) = 160+223+205=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCD is #5F2032. Grayscale: #CACACA. Windows color (decimal): -6234163 or 13492128. OLE color: 13492128.
HSL color Cylindrical-coordinate representation of color #A0DFCD: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFCD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 205 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.13 |
| HSL | 162.86º | 0.5% | 0.75% | - |
| HSV(B) | 162.86º | 0.28% | 0.87% | - |
| XYZ | 51.9 | 64.66 | 67.5 | - |
| YUV | 202.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 205 | 0.28 | 0 | 0.08 | 0.13 | 162.86 | 0.5 | 0.75 |
| Hex | A0 | DF | CD | 1C | 0 | 8 | D | A3 | 32 | 4B |
| Octal | 240 | 337 | 315 | 34 | 0 | 10 | 15 | 243 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11001101 | 11100 | 0 | 1000 | 1101 | 10100011 | 110010 | 1001011 |
Color Harmonies of #A0DFCD
Complementary color
Monochromatic Colors of #A0DFCD
Black with #A0DFCD
Text Example
Text Example
White with #A0DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFCD; }
p { color: rgb(160,223,205); }
H1.HeaderClassName
{
color: #A0DFCD;
}
.AnyTagClassName
{
color: #A0DFCD;
}
</style>
background-color css
<style>
a { background-color: #A0DFCD; }
a { background-color: rgb(160,223,205); }
div.DivClassName
{
background-color: #A0DFCD;
}
.BgClassName
{
background-color: #A0DFCD;
}
</style>
border-color css
<style>
span { border-color: #A0DFCD; }
span { border-color: rgb(160,223,205); }
td.TdClassName
{
border-color: #A0DFCD;
}
.TagClassName
{
border-color: #A0DFCD;
}
</style>