Shades of Scandal #ABDCCE
Tints of Scandal #ABDCCE
RGB
CMYK
RGB Variations
Color information
#ABDCCE (or 0xABDCCE) is known color: Scandal. HEX triplet: AB, DC and CE. RGB value is (171,220,206). Sum of RGB (Red+Green+Blue) = 171+220+206=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCCE is #542331. Grayscale: #CBCBCB. Windows color (decimal): -5514034 or 13556907. OLE color: 13556907.
HSL color Cylindrical-coordinate representation of color #ABDCCE: hue angle of 162.86º 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 #ABDCCE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 206 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.14 |
| HSL | 162.86º | 0.41% | 0.77% | - |
| HSV(B) | 162.86º | 0.22% | 0.86% | - |
| XYZ | 53.53 | 64.3 | 67.98 | - |
| YUV | 203.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 206 | 0.22 | 0 | 0.06 | 0.14 | 162.86 | 0.41 | 0.77 |
| Hex | AB | DC | CE | 16 | 0 | 6 | E | A3 | 29 | 4D |
| Octal | 253 | 334 | 316 | 26 | 0 | 6 | 16 | 243 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11001110 | 10110 | 0 | 110 | 1110 | 10100011 | 101001 | 1001101 |
Color Harmonies of #ABDCCE
Complementary color
Monochromatic Colors of #ABDCCE
Black with #ABDCCE
Text Example
Text Example
White with #ABDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCCE; }
p { color: rgb(171,220,206); }
H1.HeaderClassName
{
color: #ABDCCE;
}
.AnyTagClassName
{
color: #ABDCCE;
}
</style>
background-color css
<style>
a { background-color: #ABDCCE; }
a { background-color: rgb(171,220,206); }
div.DivClassName
{
background-color: #ABDCCE;
}
.BgClassName
{
background-color: #ABDCCE;
}
</style>
border-color css
<style>
span { border-color: #ABDCCE; }
span { border-color: rgb(171,220,206); }
td.TdClassName
{
border-color: #ABDCCE;
}
.TagClassName
{
border-color: #ABDCCE;
}
</style>