Shades of Scandal #ABDED8
Tints of Scandal #ABDED8
RGB
CMYK
RGB Variations
Color information
#ABDED8 (or 0xABDED8) is known color: Scandal. HEX triplet: AB, DE and D8. RGB value is (171,222,216). Sum of RGB (Red+Green+Blue) = 171+222+216=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED8 is #542127. Grayscale: #CECECE. Windows color (decimal): -5513512 or 14212779. OLE color: 14212779.
HSL color Cylindrical-coordinate representation of color #ABDED8: hue angle of 172.94º degrees, saturation: 0.44, 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 #ABDED8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 216 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.13 |
| HSL | 172.94º | 0.44% | 0.77% | - |
| HSV(B) | 172.94º | 0.23% | 0.87% | - |
| XYZ | 55.31 | 65.86 | 74.76 | - |
| YUV | 206.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 216 | 0.23 | 0 | 0.03 | 0.13 | 172.94 | 0.44 | 0.77 |
| Hex | AB | DE | D8 | 17 | 0 | 3 | D | AD | 2C | 4D |
| Octal | 253 | 336 | 330 | 27 | 0 | 3 | 15 | 255 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11011000 | 10111 | 0 | 11 | 1101 | 10101101 | 101100 | 1001101 |
Color Harmonies of #ABDED8
Complementary color
Monochromatic Colors of #ABDED8
Black with #ABDED8
Text Example
Text Example
White with #ABDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDED8; }
p { color: rgb(171,222,216); }
H1.HeaderClassName
{
color: #ABDED8;
}
.AnyTagClassName
{
color: #ABDED8;
}
</style>
background-color css
<style>
a { background-color: #ABDED8; }
a { background-color: rgb(171,222,216); }
div.DivClassName
{
background-color: #ABDED8;
}
.BgClassName
{
background-color: #ABDED8;
}
</style>
border-color css
<style>
span { border-color: #ABDED8; }
span { border-color: rgb(171,222,216); }
td.TdClassName
{
border-color: #ABDED8;
}
.TagClassName
{
border-color: #ABDED8;
}
</style>