Shades of Scandal #A0DCCD
Tints of Scandal #A0DCCD
RGB
CMYK
RGB Variations
Color information
#A0DCCD (or 0xA0DCCD) is known color: Scandal. HEX triplet: A0, DC and CD. RGB value is (160,220,205). Sum of RGB (Red+Green+Blue) = 160+220+205=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCCD is #5F2332. Grayscale: #C8C8C8. Windows color (decimal): -6234931 or 13491360. OLE color: 13491360.
HSL color Cylindrical-coordinate representation of color #A0DCCD: hue angle of 165º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCCD is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 205 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.14 |
| HSL | 165º | 0.46% | 0.75% | - |
| HSV(B) | 165º | 0.27% | 0.86% | - |
| XYZ | 51.11 | 63.07 | 67.24 | - |
| YUV | 200.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 205 | 0.27 | 0 | 0.07 | 0.14 | 165 | 0.46 | 0.75 |
| Hex | A0 | DC | CD | 1B | 0 | 7 | E | A5 | 2E | 4B |
| Octal | 240 | 334 | 315 | 33 | 0 | 7 | 16 | 245 | 56 | 113 |
| Binary | 10100000 | 11011100 | 11001101 | 11011 | 0 | 111 | 1110 | 10100101 | 101110 | 1001011 |
Color Harmonies of #A0DCCD
Complementary color
Monochromatic Colors of #A0DCCD
Black with #A0DCCD
Text Example
Text Example
White with #A0DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCCD; }
p { color: rgb(160,220,205); }
H1.HeaderClassName
{
color: #A0DCCD;
}
.AnyTagClassName
{
color: #A0DCCD;
}
</style>
background-color css
<style>
a { background-color: #A0DCCD; }
a { background-color: rgb(160,220,205); }
div.DivClassName
{
background-color: #A0DCCD;
}
.BgClassName
{
background-color: #A0DCCD;
}
</style>
border-color css
<style>
span { border-color: #A0DCCD; }
span { border-color: rgb(160,220,205); }
td.TdClassName
{
border-color: #A0DCCD;
}
.TagClassName
{
border-color: #A0DCCD;
}
</style>