Shades of Scandal #ABDCD6
Tints of Scandal #ABDCD6
RGB
CMYK
RGB Variations
Color information
#ABDCD6 (or 0xABDCD6) is known color: Scandal. HEX triplet: AB, DC and D6. RGB value is (171,220,214). Sum of RGB (Red+Green+Blue) = 171+220+214=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD6 is #542329. Grayscale: #CCCCCC. Windows color (decimal): -5514026 or 14081195. OLE color: 14081195.
HSL color Cylindrical-coordinate representation of color #ABDCD6: hue angle of 172.65º 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 #ABDCD6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 214 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.14 |
| HSL | 172.65º | 0.41% | 0.77% | - |
| HSV(B) | 172.65º | 0.22% | 0.86% | - |
| XYZ | 54.53 | 64.7 | 73.23 | - |
| YUV | 204.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 214 | 0.22 | 0 | 0.03 | 0.14 | 172.65 | 0.41 | 0.77 |
| Hex | AB | DC | D6 | 16 | 0 | 3 | E | AD | 29 | 4D |
| Octal | 253 | 334 | 326 | 26 | 0 | 3 | 16 | 255 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11010110 | 10110 | 0 | 11 | 1110 | 10101101 | 101001 | 1001101 |
Color Harmonies of #ABDCD6
Complementary color
Monochromatic Colors of #ABDCD6
Black with #ABDCD6
Text Example
Text Example
White with #ABDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCD6; }
p { color: rgb(171,220,214); }
H1.HeaderClassName
{
color: #ABDCD6;
}
.AnyTagClassName
{
color: #ABDCD6;
}
</style>
background-color css
<style>
a { background-color: #ABDCD6; }
a { background-color: rgb(171,220,214); }
div.DivClassName
{
background-color: #ABDCD6;
}
.BgClassName
{
background-color: #ABDCD6;
}
</style>
border-color css
<style>
span { border-color: #ABDCD6; }
span { border-color: rgb(171,220,214); }
td.TdClassName
{
border-color: #ABDCD6;
}
.TagClassName
{
border-color: #ABDCD6;
}
</style>