Shades of Scandal #ABCFC7
Tints of Scandal #ABCFC7
RGB
CMYK
RGB Variations
Color information
#ABCFC7 (or 0xABCFC7) is known color: Scandal. HEX triplet: AB, CF and C7. RGB value is (171,207,199). Sum of RGB (Red+Green+Blue) = 171+207+199=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC7 is #543038. Grayscale: #C3C3C3. Windows color (decimal): -5517369 or 13094827. OLE color: 13094827.
HSL color Cylindrical-coordinate representation of color #ABCFC7: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFC7 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 199 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.19 |
| HSL | 166.67º | 0.27% | 0.74% | - |
| HSV(B) | 166.67º | 0.17% | 0.81% | - |
| XYZ | 49.42 | 57.41 | 62.51 | - |
| YUV | 195.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 199 | 0.17 | 0 | 0.04 | 0.19 | 166.67 | 0.27 | 0.74 |
| Hex | AB | CF | C7 | 11 | 0 | 4 | 13 | A7 | 1B | 4A |
| Octal | 253 | 317 | 307 | 21 | 0 | 4 | 23 | 247 | 33 | 112 |
| Binary | 10101011 | 11001111 | 11000111 | 10001 | 0 | 100 | 10011 | 10100111 | 11011 | 1001010 |
Color Harmonies of #ABCFC7
Complementary color
Monochromatic Colors of #ABCFC7
Black with #ABCFC7
Text Example
Text Example
White with #ABCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFC7; }
p { color: rgb(171,207,199); }
H1.HeaderClassName
{
color: #ABCFC7;
}
.AnyTagClassName
{
color: #ABCFC7;
}
</style>
background-color css
<style>
a { background-color: #ABCFC7; }
a { background-color: rgb(171,207,199); }
div.DivClassName
{
background-color: #ABCFC7;
}
.BgClassName
{
background-color: #ABCFC7;
}
</style>
border-color css
<style>
span { border-color: #ABCFC7; }
span { border-color: rgb(171,207,199); }
td.TdClassName
{
border-color: #ABCFC7;
}
.TagClassName
{
border-color: #ABCFC7;
}
</style>