Shades of Scandal #ABDFD7
Tints of Scandal #ABDFD7
RGB
CMYK
RGB Variations
Color information
#ABDFD7 (or 0xABDFD7) is known color: Scandal. HEX triplet: AB, DF and D7. RGB value is (171,223,215). Sum of RGB (Red+Green+Blue) = 171+223+215=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD7 is #542028. Grayscale: #CECECE. Windows color (decimal): -5513257 or 14147499. OLE color: 14147499.
HSL color Cylindrical-coordinate representation of color #ABDFD7: hue angle of 170.77º 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 #ABDFD7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 215 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.13 |
| HSL | 170.77º | 0.45% | 0.77% | - |
| HSV(B) | 170.77º | 0.23% | 0.87% | - |
| XYZ | 55.45 | 66.34 | 74.17 | - |
| YUV | 206.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 215 | 0.23 | 0 | 0.04 | 0.13 | 170.77 | 0.45 | 0.77 |
| Hex | AB | DF | D7 | 17 | 0 | 4 | D | AB | 2D | 4D |
| Octal | 253 | 337 | 327 | 27 | 0 | 4 | 15 | 253 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11010111 | 10111 | 0 | 100 | 1101 | 10101011 | 101101 | 1001101 |
Color Harmonies of #ABDFD7
Complementary color
Monochromatic Colors of #ABDFD7
Black with #ABDFD7
Text Example
Text Example
White with #ABDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFD7; }
p { color: rgb(171,223,215); }
H1.HeaderClassName
{
color: #ABDFD7;
}
.AnyTagClassName
{
color: #ABDFD7;
}
</style>
background-color css
<style>
a { background-color: #ABDFD7; }
a { background-color: rgb(171,223,215); }
div.DivClassName
{
background-color: #ABDFD7;
}
.BgClassName
{
background-color: #ABDFD7;
}
</style>
border-color css
<style>
span { border-color: #ABDFD7; }
span { border-color: rgb(171,223,215); }
td.TdClassName
{
border-color: #ABDFD7;
}
.TagClassName
{
border-color: #ABDFD7;
}
</style>