Shades of Scandal #ABDCD5
Tints of Scandal #ABDCD5
RGB
CMYK
RGB Variations
Color information
#ABDCD5 (or 0xABDCD5) is known color: Scandal. HEX triplet: AB, DC and D5. RGB value is (171,220,213). Sum of RGB (Red+Green+Blue) = 171+220+213=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD5 is #54232A. Grayscale: #CCCCCC. Windows color (decimal): -5514027 or 14015659. OLE color: 14015659.
HSL color Cylindrical-coordinate representation of color #ABDCD5: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCD5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 213 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.14 |
| HSL | 171.43º | 0.41% | 0.77% | - |
| HSV(B) | 171.43º | 0.22% | 0.86% | - |
| XYZ | 54.4 | 64.65 | 72.56 | - |
| YUV | 204.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 213 | 0.22 | 0 | 0.03 | 0.14 | 171.43 | 0.41 | 0.77 |
| Hex | AB | DC | D5 | 16 | 0 | 3 | E | AB | 29 | 4D |
| Octal | 253 | 334 | 325 | 26 | 0 | 3 | 16 | 253 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11010101 | 10110 | 0 | 11 | 1110 | 10101011 | 101001 | 1001101 |
Color Harmonies of #ABDCD5
Complementary color
Monochromatic Colors of #ABDCD5
Black with #ABDCD5
Text Example
Text Example
White with #ABDCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCD5; }
p { color: rgb(171,220,213); }
H1.HeaderClassName
{
color: #ABDCD5;
}
.AnyTagClassName
{
color: #ABDCD5;
}
</style>
background-color css
<style>
a { background-color: #ABDCD5; }
a { background-color: rgb(171,220,213); }
div.DivClassName
{
background-color: #ABDCD5;
}
.BgClassName
{
background-color: #ABDCD5;
}
</style>
border-color css
<style>
span { border-color: #ABDCD5; }
span { border-color: rgb(171,220,213); }
td.TdClassName
{
border-color: #ABDCD5;
}
.TagClassName
{
border-color: #ABDCD5;
}
</style>