Shades of Scandal #ABDACD
Tints of Scandal #ABDACD
RGB
CMYK
RGB Variations
Color information
#ABDACD (or 0xABDACD) is known color: Scandal. HEX triplet: AB, DA and CD. RGB value is (171,218,205). Sum of RGB (Red+Green+Blue) = 171+218+205=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACD is #542532. Grayscale: #CACACA. Windows color (decimal): -5514547 or 13490859. OLE color: 13490859.
HSL color Cylindrical-coordinate representation of color #ABDACD: hue angle of 163.4º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDACD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 205 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.15 |
| HSL | 163.4º | 0.39% | 0.76% | - |
| HSV(B) | 163.4º | 0.22% | 0.85% | - |
| XYZ | 52.89 | 63.21 | 67.17 | - |
| YUV | 202.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 205 | 0.22 | 0 | 0.06 | 0.15 | 163.4 | 0.39 | 0.76 |
| Hex | AB | DA | CD | 16 | 0 | 6 | F | A3 | 27 | 4C |
| Octal | 253 | 332 | 315 | 26 | 0 | 6 | 17 | 243 | 47 | 114 |
| Binary | 10101011 | 11011010 | 11001101 | 10110 | 0 | 110 | 1111 | 10100011 | 100111 | 1001100 |
Color Harmonies of #ABDACD
Complementary color
Monochromatic Colors of #ABDACD
Black with #ABDACD
Text Example
Text Example
White with #ABDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDACD; }
p { color: rgb(171,218,205); }
H1.HeaderClassName
{
color: #ABDACD;
}
.AnyTagClassName
{
color: #ABDACD;
}
</style>
background-color css
<style>
a { background-color: #ABDACD; }
a { background-color: rgb(171,218,205); }
div.DivClassName
{
background-color: #ABDACD;
}
.BgClassName
{
background-color: #ABDACD;
}
</style>
border-color css
<style>
span { border-color: #ABDACD; }
span { border-color: rgb(171,218,205); }
td.TdClassName
{
border-color: #ABDACD;
}
.TagClassName
{
border-color: #ABDACD;
}
</style>