Shades of Scandal #ABDFDC
Tints of Scandal #ABDFDC
RGB
CMYK
RGB Variations
Color information
#ABDFDC (or 0xABDFDC) is known color: Scandal. HEX triplet: AB, DF and DC. RGB value is (171,223,220). Sum of RGB (Red+Green+Blue) = 171+223+220=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDC is #542023. Grayscale: #CFCFCF. Windows color (decimal): -5513252 or 14475179. OLE color: 14475179.
HSL color Cylindrical-coordinate representation of color #ABDFDC: hue angle of 176.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFDC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 220 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.13 |
| HSL | 176.54º | 0.45% | 0.77% | - |
| HSV(B) | 176.54º | 0.23% | 0.87% | - |
| XYZ | 56.1 | 66.6 | 77.61 | - |
| YUV | 207.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 220 | 0.23 | 0 | 0.01 | 0.13 | 176.54 | 0.45 | 0.77 |
| Hex | AB | DF | DC | 17 | 0 | 1 | D | B1 | 2D | 4D |
| Octal | 253 | 337 | 334 | 27 | 0 | 1 | 15 | 261 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11011100 | 10111 | 0 | 1 | 1101 | 10110001 | 101101 | 1001101 |
Color Harmonies of #ABDFDC
Complementary color
Monochromatic Colors of #ABDFDC
Black with #ABDFDC
Text Example
Text Example
White with #ABDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFDC; }
p { color: rgb(171,223,220); }
H1.HeaderClassName
{
color: #ABDFDC;
}
.AnyTagClassName
{
color: #ABDFDC;
}
</style>
background-color css
<style>
a { background-color: #ABDFDC; }
a { background-color: rgb(171,223,220); }
div.DivClassName
{
background-color: #ABDFDC;
}
.BgClassName
{
background-color: #ABDFDC;
}
</style>
border-color css
<style>
span { border-color: #ABDFDC; }
span { border-color: rgb(171,223,220); }
td.TdClassName
{
border-color: #ABDFDC;
}
.TagClassName
{
border-color: #ABDFDC;
}
</style>